-
Notifications
You must be signed in to change notification settings - Fork 86
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
update llvm #1636
update llvm #1636
Conversation
There are some issues with vector dialect in this update, possibly related to llvm/llvm-project#97049. example:
@jsetoain @jamestcl-amd maybe you have some insights? |
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.
👍
I've updated all aievec tests that needed updating, plus removed the ones that require fixing the deprecated pass. There are a couple of integration tests (for TOSA) that require fixing as well, I'll work on those next. |
Coverage ReportCreated: 2024-07-25 16:30Click here for information about interpreting this report.
Generated by llvm-cov -- llvm version 14.0.0 |
Is passing CI but has the following tosa test failures as noted above:
|
I see these tests have been failing for a while, and for some reason are not being run in CI (I thought this had been solved already). I'm doing a bisection to try and locate the offending change, that should give us a hint. I'm going to go ahead and merge, since this is not breaking anything. |
update llvm to db1d8813