forked from iree-org/iree
-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[GPU] Fix hoisting after upstream change disallowing view ops (iree-o…
…rg#15192) MLIR changed to disallow hoisting involving memref view-like ops, which is heavily relied on in LLVMGPU and SPIR-V CodeGen for better performance. Now we need to first fold aliased memrefs and then perform hoisting. This drops the local revert for llvm/llvm-project@94c04772 It additionally cherry-picks the following commits: * llvm/llvm-project@ebaf8d49 * llvm/llvm-project@3049ac44 Fixes iree-org#15083
- Loading branch information
1 parent
d3a152b
commit 193c132
Showing
5 changed files
with
34 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule llvm-project
updated
from 03a151 to 1151cc