Skip to content

Port another batch of passes tests to lit - #4219

Open
tlively wants to merge 1 commit into
WebAssembly:mainfrom
tlively:main
Open

Port another batch of passes tests to lit#4219
tlively wants to merge 1 commit into
WebAssembly:mainfrom
tlively:main

Conversation

@tlively

@tlively tlively commented Oct 7, 2021

Copy link
Copy Markdown
Member
  • fpcast-emu_pass-arg=max-func-params@5.wast
  • generate-stack-ir_optimize-stack-ir_print-stack-ir_optimize-level=3.wast
  • interesting-pass-mix.wast
  • legalize-js-interface-minimally.wast
  • legalize-js-interface_all-features.wast
  • legalize-js-interface_pass-arg=legalize-js-interface-export-originals.wast
  • licm.wast
  • log-execution.wast

Also make a small tweak to the porting script to allow overriding the list of
bad names to skip, which was necessary to ignore the "print" in
"print-stack-ir."

 - fpcast-emu_pass-arg=max-func-params@5.wast
 - generate-stack-ir_optimize-stack-ir_print-stack-ir_optimize-level=3.wast
 - interesting-pass-mix.wast
 - legalize-js-interface-minimally.wast
 - legalize-js-interface_all-features.wast
 - legalize-js-interface_pass-arg=legalize-js-interface-export-originals.wast
 - licm.wast
 - log-execution.wast

Also make a small tweak to the porting script to allow overriding the list of
bad names to skip, which was necessary to ignore the "print" in
"print-stack-ir."
@tlively
tlively requested a review from kripken October 7, 2021 20:56

;; RUN: foreach %s %t wasm-opt --generate-stack-ir --optimize-stack-ir --print-stack-ir --optimize-level=3 -S -o - | filecheck %s

(module

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This test had more than one module before, but in this output I only see one?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants