Add a folder for LogicalNotEqual when rhs is false. This pattern shows
up after lowering to SPIRV.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D141163
[mlir][spirv] Add folder for LogicalNotEqual ClosedPublic Authored by ThomasRaoux on Jan 6 2023, 3:05 PM.
Details Summary Add a folder for LogicalNotEqual when rhs is false. This pattern shows
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 6 2023, 3:11 PM This revision was landed with ongoing or failed builds.Jan 6 2023, 3:20 PM Closed by commit rG493459b6dd28: [mlir][spirv] Add folder for LogicalNotEqual (authored by ThomasRaoux). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 486999 mlir/include/mlir/Dialect/SPIRV/IR/SPIRVLogicalOps.td
mlir/lib/Dialect/SPIRV/IR/SPIRVCanonicalization.cpp
mlir/test/Dialect/SPIRV/Transforms/canonicalize.mlir
|