-
Notifications
You must be signed in to change notification settings - Fork 182
[CIR] Add back LoopOpInterface verification #1635
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 commit is a revert of 656151f. It appears that the underlying issues are resolved.
bcardosolopes
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.
Awesome, thanks!
|
This change causes a build failure if static libraries are enabled. Is this related to the circular dependency that @lanza was referring to when this was originally reverted? |
This reverts commit 0c944f9.
|
Sorry about that, I've created a pull request to revert the change. In the meantime, could you tell me how to replicate the build failure? |
I think you should be able to see the problem if you use |
This reverts commit 0c944f9. Reverting due to build failure reported in #1635 (comment)
…m#1638) This reverts commit 0c944f9. Reverting due to build failure reported in llvm/clangir#1635 (comment)
This commit essentially is a revert of 656151f. It appears that the underlying issues are resolved.
Closes #425 and #927