llvm-project/mlir/lib/Conversion
Benjamin Kramer adcd026838 Make llvm::StringRef to std::string conversions explicit.
This is how it should've been and brings it more in line with
std::string_view. There should be no functional change here.

This is mostly mechanical from a custom clang-tidy check, with a lot of
manual fixups. It uncovers a lot of minor inefficiencies.

This doesn't actually modify StringRef yet, I'll do that in a follow-up.
2020-01-28 23:25:25 +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 Make llvm::StringRef to std::string conversions explicit. 2020-01-28 23:25:25 +01:00
GPUToROCDL Add tanh lowering from Standard dialect to NVVM and ROCDL. 2020-01-28 11:01:10 +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
LoopToStandard Add lowering for loop.parallel to cfg. 2020-01-28 11:55:51 +01:00
LoopsToGPU Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
StandardToLLVM [mlir][NFC] Update Operation::getResultTypes to use ArrayRef<Type> instead of iterator_range. 2020-01-27 19:57:48 -08:00
StandardToSPIRV [mlir][spirv] NFC: simplify load/store builder call sites 2020-01-26 10:45:42 -05:00
VectorToLLVM [mlir] [VectorOps] Lowering of vector.extract/insert_slices to LLVM IR 2020-01-27 10:35:48 -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 Refactor dependencies to expose Vector transformations as patterns - NFC 2019-12-03 17:52:10 -08:00