Skip to content

Conversation

@tlively
Copy link
Member

@tlively tlively commented Oct 7, 2021

  • 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
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