This patch adds the left shift, signed right shift, and unsigned right
shift operations to the index dialects with folders and LLVM lowerings.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D137349
[mlir][index] Add shl, shrs, and shru ops ClosedPublic Authored by Mogball on Nov 3 2022, 11:52 AM.
Details Summary This patch adds the left shift, signed right shift, and unsigned right
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 3 2022, 4:10 PM Closed by commit rG9ef31465114d: [mlir][index] Add shl, shrs, and shru ops (authored by Mogball). · Explain WhyNov 3 2022, 4:29 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 473080 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
|