llvm-project/mlir/test/Conversion
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
..
GPUToCUDA Plug gpu.func into the GPU lowering pipelines 2019-12-16 12:12:48 -08:00
GPUToNVVM Add gpu.shuffle op. 2019-12-20 02:52:52 -08:00
GPUToROCDL Rename CLI flags -lower-gpu-ops-to-*-ops to -convert-gpu-to-* 2019-11-18 02:43:10 -08:00
GPUToSPIRV Plug gpu.func into the GPU lowering pipelines 2019-12-16 12:12:48 -08:00
LoopsToGPU Add integer bit-shift operations to the standard dialect. 2019-12-22 10:02:13 -08:00
StandardToLLVM Add integer bit-shift operations to the standard dialect. 2019-12-22 10:02:13 -08:00
StandardToSPIRV [mlir] Convert std.and/std.or ops to spv.LogicalAnd/spv.LogicalOr 2019-12-27 11:33:17 -08:00
VectorToLLVM [VectorOps] unify vector dialect "subscripts" 2019-12-20 15:33:04 -08:00
VectorToLoops DimOp folding for alloc/view dynamic dimensions 2019-12-06 06:00:54 -08:00
convert-to-cfg.mlir NFC: rename Conversion/ControlFlowToCFG to Conversion/LoopToStandard 2019-10-03 01:35:03 -07:00