-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Integrate LLVM at llvm/llvm-project@ba4cf31facda (#1908)
Bumping LLVM caused some failures because of `arith.constant` ops in the `infer_stablehlo.mlir` test being generated in a different (albeit still valid) order. I changed the checks for those ops to `CHECK-DAG` instead of `CHECK` since we do not care about the order.
- Loading branch information
mlevesquedion
authored
Jan 8, 2024
1 parent
c472822
commit 11804dd
Showing
3 changed files
with
23 additions
and
23 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
b2cdf3cc4c08729d0ff582d55e40793a20bbcdcc | ||
ba4cf31facdaf9bb9943c057d325ff0968331e9a |
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