Signed and unsigned minimum operations were missing from the Index
dialect and are needed to test integer range inference.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141299
[mlir][Index] Add index.mins and index.minu ClosedPublic Authored by krzysz00 on Jan 9 2023, 9:20 AM.
Details Summary Signed and unsigned minimum operations were missing from the Index
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 9 2023, 12:39 PM Closed by commit rG8cdb4f9f6643: [mlir][Index] Add index.mins and index.minu (authored by krzysz00). · Explain WhyJan 10 2023, 1:42 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 487471 mlir/include/mlir/Dialect/Index/IR/IndexOps.td
mlir/lib/Conversion/IndexToLLVM/IndexToLLVM.cpp
mlir/lib/Dialect/Index/IR/IndexOps.cpp
mlir/test/Conversion/IndexToLLVM/index-to-llvm.mlir
mlir/test/Dialect/Index/index-canonicalize.mlir
mlir/test/Dialect/Index/index-ops.mlir
|