[all-commits] [llvm/llvm-project] 7b7df8: [mlir][StandardToSPIRV] Add support for lowering s...
Han-Chung Wang via All-commits
all-commits at lists.llvm.org
Tue Apr 20 07:36:04 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7b7df8e85eec445389e4b07915f16aa18332719d
https://github.com/llvm/llvm-project/commit/7b7df8e85eec445389e4b07915f16aa18332719d
Author: Hanhan Wang <hanchung at google.com>
Date: 2021-04-20 (Tue, 20 Apr 2021)
Changed paths:
M mlir/lib/Conversion/StandardToSPIRV/StandardToSPIRV.cpp
M mlir/test/Conversion/StandardToSPIRV/std-ops-to-spirv.mlir
Log Message:
-----------
[mlir][StandardToSPIRV] Add support for lowering std.xor on bool to SPIR-V
std.xor ops on bool are lowered to spv.LogicalNotEqual. For Boolean values, xor
and not-equal are the same thing.
Reviewed By: antiagainst
Differential Revision: https://reviews.llvm.org/D100817
More information about the All-commits
mailing list