-
Notifications
You must be signed in to change notification settings - Fork 321
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump to llvm commit 8b76aea8d8b1b71f6220bc2845abc749f18a19b7 (#2366)
* bump to llvm commit 8b76aea8d8b1b71f6220bc2845abc749f18a19b7 Signed-off-by: Ferdinand Lemaire <[email protected]> * Update calls to affine::normalizeMemRefType function. Signed-off-by: Tiago Trevisan Jost <[email protected]> * clang-format ZHighToZLow.cpp Signed-off-by: Tiago Trevisan Jost <[email protected]> * Removes llvm.sext in KrnlMemcpyOpLowering that was failing in the IR verifier. Signed-off-by: Tiago Trevisan Jost <[email protected]> --------- Signed-off-by: Ferdinand Lemaire <[email protected]> Signed-off-by: Tiago Trevisan Jost <[email protected]> Co-authored-by: Tiago Trevisan Jost <[email protected]> Co-authored-by: Philip Lassen <[email protected]> Co-authored-by: maxbartel <[email protected]> Co-authored-by: Alexandre Eichenberger <[email protected]>
- Loading branch information
1 parent
7b92fbc
commit ab4fa45
Showing
7 changed files
with
9 additions
and
11 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
git clone -n https://github.com/llvm/llvm-project.git | ||
# Check out a specific branch that is known to work with ONNX-MLIR. | ||
cd llvm-project && git checkout ec89cb9a81529fd41fb37b8e62203a2e9f23bd54 && cd .. | ||
cd llvm-project && git checkout 8b76aea8d8b1b71f6220bc2845abc749f18a19b7 && cd .. |