The newly folded patterns get produced by type emulation code, so we
cannot rely on the Arith folders handling these folds.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D159394
[mlir][spirv] Add folds for `BitwiseAnd` and `BitwiseOr` ClosedPublic Authored by kuhar on Sep 1 2023, 8:26 PM.
Details Summary The newly folded patterns get produced by type emulation code, so we
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 3 2023, 9:21 AM This revision was landed with ongoing or failed builds.Sep 4 2023, 10:13 AM Closed by commit rGf1162fb677bf: [mlir][spirv] Add folds for `BitwiseAnd` and `BitwiseOr` (authored by kuhar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 555766 mlir/include/mlir/Dialect/SPIRV/IR/SPIRVBitOps.td
mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
mlir/test/Dialect/SPIRV/IR/bit-ops.mlir
|