std.xor ops on bool are lowered to spv.LogicalNotEqual. For Boolean values, xor
and not-equal are the same thing.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D100817
[mlir][StandardToSPIRV] Add support for lowering std.xor on bool to SPIR-V hanchung on Apr 19 2021, 11:10 PM. Authored by
Details std.xor ops on bool are lowered to spv.LogicalNotEqual. For Boolean values, xor
Diff Detail
|