Skip to content
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

[broken][IREE] Update IREE submodule and make compile (but not pass CI). #644

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

ingomueller-net
Copy link
Collaborator

This PR collects the changes I made while attempting to update the whole sandbox to the latest (Jan 10, 2023) version of the IREE submodule. I eventually gave up because of issues in the CMake files of that repository that I couldn't resolve in CI. The commits here can still serve if an update should be done at a later stage.

The switch was done in bb6d12b in the LLVM mono repo.
This was done in abc362a1 of the LLVM mono repo.
The NoSideEffect and RecursiveSideEffect traits used until now were
removed by 86771d0b in the LLVM mono repo. I *believe* that the new
NoMemoryEffect and RecursiveMemoryEffect as used in this commit are
conservative replacements, i.e., they will result in correct usages but
may disallow optimizations that were previously possible. Since I do not
understand the affected ops sufficiently, I do not dare to add the more
poerful traits.
That function has been deprecated for a while and removed in 4b6b248 in
the LLVM mono repo.
llvm::None has been deprecated by bd6a170 in the LLVM mono repo.
@ingomueller-net
Copy link
Collaborator Author

@nicolasvasilache: FYI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant