llvm-project/mlir/test
Nicolas Vasilache 8811e284e8 Add an IndexedValue::operator Value*
This avoids the need to explicitly convert to a ValueHandle when using an Indexed where a Value* is expected.

PiperOrigin-RevId: 240371014
2019-03-29 17:41:17 -07:00
..
AffineOps NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and set the namespace of the AffineOps dialect to 'affine'. 2019-03-29 17:39:03 -07:00
Dialect Allow input and output to have different element types for broadcastable ops 2019-03-29 17:12:26 -07:00
EDSC Add an IndexedValue::operator Value* 2019-03-29 17:41:17 -07:00
IR Allow creating standalone Regions 2019-03-29 17:40:59 -07:00
LLVMIR More graceful failure when verifying llvm.noalias. 2019-03-29 17:01:56 -07:00
Pass Add an instrumentation for conditionally printing the IR before and after pass execution. This instrumentation can be added directly to the PassManager via 'enableIRPrinting'. mlir-opt exposes access to this instrumentation via the following flags: 2019-03-29 17:19:57 -07:00
Target Remove "<label>" from the llvm basic block CHECK names. 2019-03-29 17:32:06 -07:00
Transforms NFC: Rename the 'for' operation in the AffineOps dialect to 'affine.for' and set the namespace of the AffineOps dialect to 'affine'. 2019-03-29 17:39:03 -07:00
mlir-cpu-runner ExecutionEngine OptUtils: support -On flags in string-based initialization 2019-03-29 16:49:44 -07:00
mlir-tblgen Remove OpPointer, cleaning up a ton of code. This also moves Ops to using 2019-03-29 17:36:21 -07:00