-
Notifications
You must be signed in to change notification settings - Fork 33
Bump llvm #1071
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
Bump llvm #1071
Conversation
|
Hey @adam-smnk, |
|
@adam-smnk Now, the upstream vectorized pass returns values instead of replacing [https://github.com/llvm/llvm-project/pull/144158]. So, the replacing of linalop has to be done in our passes. So, kind of fixed the problem. Presently, trying to sort an issue with |
|
@adam-smnk After bump LLVM, the
The After the bump IR: It might invest some time to fins out the root-cause. If you identify the problem handy (as you know the pass details), let me know please. Else, I will try to find it out. |
|
@arun-thmn That's probably due to recent changes in one of propagation/packing patterns. It should be fine, I had a look at the changes and they seem correct. Just please double check the results are still correct in our test case - since it's not an integration test, just follow data manually. |
Thanks @adam-smnk, I will remove the |
|
@adam-smnk double checked the results of |
adam-smnk
left a comment
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.
LGTM % python/transform changes
|
Could you also run benchmarks just to see if there are any failures there? |
Ran |
Fix after this bump:
ConstantFloatOpandarith::ConstantIntOpcreationArrayRefis deprecated, so update with equivalent syntaxPR:#144158PR:#146139