[all-commits] [llvm/llvm-project] 493459: [mlir][spirv] Add folder for LogicalNotEqual
Thomas via All-commits
all-commits at lists.llvm.org
Fri Jan 6 15:20:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 493459b6dd28e4cb7414879a507f641b0414f3e4
https://github.com/llvm/llvm-project/commit/493459b6dd28e4cb7414879a507f641b0414f3e4
Author: Thomas Raoux <thomasraoux at google.com>
Date: 2023-01-06 (Fri, 06 Jan 2023)
Changed paths:
M mlir/include/mlir/Dialect/SPIRV/IR/SPIRVLogicalOps.td
M mlir/lib/Dialect/SPIRV/IR/SPIRVCanonicalization.cpp
M mlir/test/Dialect/SPIRV/Transforms/canonicalize.mlir
Log Message:
-----------
[mlir][spirv] Add folder for LogicalNotEqual
Add a folder for LogicalNotEqual when rhs is false. This pattern shows
up after lowering to SPIRV.
Differential Revision: https://reviews.llvm.org/D141163
More information about the All-commits
mailing list