-
Notifications
You must be signed in to change notification settings - Fork 13.6k
MLIR: how to disable constant propagation during inlining? #184
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
Comments
What is your use case for disabling? The inliner runs canonicalization/simplification on the callgraph nodes during inlining as it will directly play into the cost model. There is a flag |
Thanks River707 - testing is exactly my objective, since it's apparently the only way of starting to use MLIR, and understanding how each pass works. |
…321.2 (llvm#184) [objwriter/12.x] Update dependencies from dotnet/arcade
Assert type of global variables.
The priority comparing it with clang cmake option and -fompss-2= option is as follows (more priority) -fompss-2= > OMPSS2_RUNTIME > CLANG_DEFAULT_OMPSS2_RUNTIME (less priority) Closes llvm#184
Uh oh!
There was an error while loading. Please reload this page.
Hello,
It seems that adding inlining to the pass manager automatically
enables constant propagation. Is there a way to disable it ?
Best regards,
Dumitru
The text was updated successfully, but these errors were encountered: