[Mlir-commits] [mlir] [mlir][spirv] Add folding for Bitwise[Or|And|Xor] (PR #74193)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Dec 6 14:50:33 PST 2023
================
@@ -1968,55 +1968,6 @@ LogicalResult spirv::ShiftRightLogicalOp::verify() {
return verifyShiftOp(*this);
}
-//===----------------------------------------------------------------------===//
-// spirv.BtiwiseAndOp
----------------
kuhar wrote:
Thanks for moving these over and making things consistent!
https://github.com/llvm/llvm-project/pull/74193
More information about the Mlir-commits
mailing list