-
Notifications
You must be signed in to change notification settings - Fork 843
Make it possible to skip several passes #6714
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -0,0 +1,67 @@ | ||||||
| ;; NOTE: Assertions have been generated by update_lit_checks.py and should not be edited. | ||||||
|
|
||||||
| ;; RUN: foreach %s %t wasm-opt -O2 --skip-pass=coalesce-locals --skip-pass=simplify-locals --skip-pass=simplify-locals-nostructure -S -o - 2>&1 | filecheck %s | ||||||
|
|
||||||
| ;; Check that we can skip several passes. Note that no local.tee is introduced. | ||||||
|
|
||||||
| ;; There should also be no warning in the output. | ||||||
|
|
||||||
|
||||||
| ;; There should also be no warning in the output. |
May as well delete this as the test is not verifying that atm. (It could in theory if we added additional stuff here, but I don't think it's worth it.)
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| ;; we do not run that pass, they will not be. The could be | |
| ;; we do not run that pass, they will not be. They could be |
Uh oh!
There was an error while loading. Please reload this page.