llvm-project/mlir/lib/Conversion
Alex Zinenko e0ea706a59 [mlir] ConvertStandardToLLVM: do not rely on command line options internally
The patterns for converting `std.alloc` and `std.dealoc` can be configured to
use `llvm.alloca` instead of calling `malloc` and `free`. This configuration
has been only possible through a command-line flag, despite the presence of a
(misleading) parameter in the pass constructor. Use the parameter instead and
only initalize it from the command line flags if the pass is constructed from
the mlir-opt registration.
2020-02-03 13:50:41 +01:00
..
AffineToStandard [mlir] NFC: use ValueRange in AffineToStandard conversion 2020-01-28 11:54:52 +01:00
GPUCommon Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
GPUToCUDA Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
GPUToNVVM [mlir] Add MemRefTypeBuilder and refactor some MemRefType::get(). 2020-01-30 23:30:46 -08:00
GPUToROCDL Changed wrong ROCDL instructions in GPU lowering. 2020-01-30 15:37:00 +01:00
GPUToSPIRV Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
LinalgToLLVM [NFC][mlir][linalg] Merge Utils/Intrinsics.h into EDSC/Intrinsics.h 2020-01-27 22:32:11 +01:00
LinalgToSPIRV [mlir][spirv] Convert linalg.generic for reduction to SPIR-V ops 2020-01-31 09:37:04 -05:00
LoopToStandard [MLIR][Linalg] Lower linalg.generic to ploops. 2020-02-03 11:52:23 +01:00
LoopsToGPU [MLIR] Make gpu.launch implicitly capture uses of values defined above. 2020-02-03 10:08:48 +01:00
StandardToLLVM [mlir] ConvertStandardToLLVM: do not rely on command line options internally 2020-02-03 13:50:41 +01:00
StandardToSPIRV [mlir][spirv] Convert linalg.generic for reduction to SPIR-V ops 2020-01-31 09:37:04 -05:00
VectorToLLVM [mlir] [VectorOps] fixed bug in vector.insert_strided_slice lowering 2020-01-31 11:29:46 -08:00
VectorToLoops Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt [mlir][spirv] Convert linalg.generic for reduction to SPIR-V ops 2020-01-31 09:37:04 -05:00