llvm-project/mlir/test
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
..
AffineOps fix isValidDim for block arg case 2019-12-20 09:44:03 -08:00
Analysis Roll-forward initial liveness analysis including test cases. 2019-12-11 08:13:43 -08:00
Conversion [mlir] Convert std.and/std.or ops to spv.LogicalAnd/spv.LogicalOr 2019-12-27 11:33:17 -08:00
Dialect [VectorOps] unify vector dialect "subscripts" 2019-12-20 15:33:04 -08:00
EDSC NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. 2019-12-23 16:36:53 -08:00
Examples Fixed typo in Toy tutorial (second var e -> var f) 2019-11-27 11:58:45 -08:00
IR Add integer bit-shift operations to the standard dialect. 2019-12-22 10:02:13 -08:00
Pass Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00
Quantizer Convert the Canonicalize and CSE passes to generic Operation Passes. 2019-10-24 15:01:09 -07:00
SDBM Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
Target [mlir] Floating constants for import-llvm 2019-12-27 11:48:24 +01:00
Transforms Add integer bit-shift operations to the standard dialect. 2019-12-22 10:02:13 -08:00
Unit Add build files and update README. 2019-03-30 11:23:22 -07:00
lib Refactor the way that pass options are specified. 2019-12-23 16:48:22 -08:00
mlir-cpu-runner [mlir] Fix -Wunneeded-internal-declaration 2019-12-24 10:33:30 -08:00
mlir-cuda-runner Add gpu.shuffle op. 2019-12-20 02:52:52 -08:00
mlir-tblgen NFC: Replace ValuePtr with Value and remove it now that Value is value-typed. 2019-12-23 16:36:53 -08:00
APITest.h Adjust License.txt file to use the LLVM license 2019-12-23 15:33:37 -08:00
CMakeLists.txt Automated rollback of commit d60133f89b 2019-11-26 08:47:48 -08:00
lit.cfg.py Automated rollback of commit d60133f89b 2019-11-26 08:47:48 -08:00
lit.site.cfg.py.in Automated rollback of commit d60133f89b 2019-11-26 08:47:48 -08:00