-
Notifications
You must be signed in to change notification settings - Fork 14.9k
[Polly] Update ScopInliner for NPM #125427
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
Conversation
This reverts commit 0b9a7b8. This is causing test failures under LLVM: 1. Other/pass-pipeline-parsing.ll This broke premerge. This was notably not caught by premerge testing on the original PR because the original PR only touches polly, and premerge does not test LLVM when only polly is touched.
I've reverted this for breaking a LLVM test. Premerge did not catch this because when only Polly is touched, |
Thanks for taking care for it. I did run it locally, but now found the problem only reproduces with |
I was able to reproduce without this option being explicitly set. |
Rename the LPM ScopInliner pass to ScopInlinerWrapperPass and add a new class ScopInliner for the NPM.