Uses arith.divui where it is safe to do so.
Adjusts the tests for above.
Details
Details
- Reviewers
nicolasvasilache dcaballe ftynse - Commits
- rG6a2190dffca6: [mlir] Make division unsigned.
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D132701
[mlir] Make division unsigned. ClosedPublic Authored by hgreving on Aug 25 2022, 12:57 PM.
Details
Summary Uses arith.divui where it is safe to do so.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 30 2022, 9:37 AM Closed by commit rG6a2190dffca6: [mlir] Make division unsigned. (authored by hgreving). · Explain WhyAug 30 2022, 9:55 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 456705 mlir/lib/Dialect/SCF/Utils/Utils.cpp
mlir/test/Dialect/Affine/loop-coalescing.mlir
mlir/test/Dialect/SCF/loop-unroll.mlir
mlir/test/Transforms/parametric-tiling.mlir
|