Commit 677efd2
committed
[Backend] Bump to llvm/llvm-project@ebf5d9e
This bump picks up llvm/llvm-project#169546
which resolves some register spilling in downstream use cases.
Additionally, we also pick up llvm/llvm-project#166648
which converted udiv and sdiv to non Pure attributes. This require changes on
warp_specialize_to_llvm.mlir `remat_subgraph` since the original test found in
8601b39
was meant to test rematerializing some "pure ops" into partition region,
which the tested udiv is no longer.
This PR Replaced it with urem which is similar class of op who still has Pure trait.
Signed-off-by: Stanley Winata <[email protected]>1 parent 004d7f5 commit 677efd2
File tree
2 files changed
+4
-4
lines changed- cmake
- test/Conversion
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
653 | 653 | | |
654 | 654 | | |
655 | 655 | | |
656 | | - | |
| 656 | + | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| |||
663 | 663 | | |
664 | 664 | | |
665 | 665 | | |
666 | | - | |
| 666 | + | |
667 | 667 | | |
668 | | - | |
| 668 | + | |
669 | 669 | | |
670 | 670 | | |
671 | 671 | | |
| |||
0 commit comments