-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
[BACKEND] Update llvm to llvm/llvm-project@c08c6a71cfc5 #4639
Conversation
It looks like the desired llvm package could not be found during the build. Is there anything I should do to get it generated? |
Thanks for the pointers! #4640 created. |
Actually we identified a perf regression in AMD backend due to some LLVM commits brought in by #4537. Still investigating. There are already some LLVM integration landed after #4537. Would you mind to hold on landing this a bit if possible? Hopefully it won't take long to identify the issue at least. |
Sounds good. |
We've identified the issue caused by #4537 due to missing target machine we didn't run some passes now when optimizing llvm module. will have a fix up soon to unblock here. |
#4655 addressed the regression due to llvm bump. Please feel free to proceed with this one! |
Thanks for the update! |
…4639) Bumping llvm to include a loop unroller fix: https://github.com/llvm/llvm-project/pull/106164/files . This is needed for subsequent loop unroller upstreaming work.
Bumping llvm to include a loop unroller fix: https://github.com/llvm/llvm-project/pull/106164/files . This is needed for subsequent loop unroller upstreaming work.