llvm-project/mlir/test/Conversion/StandardToSPIRV
MaheshRavishankar c3d3569d4c [mlir] Convert std.and/std.or ops to spv.LogicalAnd/spv.LogicalOr
The conversion from std.and/std.or to spv.LogicalAnd/spv.LogicalOr is
only valid for boolean (i1) types. Modify BinaryOpPattern in
StandardToSPIRV.td to allow limiting the type of the operands for
which the pattern is applied.

Differential Revision: https://reviews.llvm.org/D71881
2019-12-27 11:33:17 -08:00
..
legalization.mlir Add a pass to legalize operations before lowering to SPIR-V. 2019-12-03 16:06:17 -08:00
std-to-spirv.mlir [mlir] Convert std.and/std.or ops to spv.LogicalAnd/spv.LogicalOr 2019-12-27 11:33:17 -08:00
subview-to-spirv.mlir Add a pass to legalize operations before lowering to SPIR-V. 2019-12-03 16:06:17 -08:00