llvm-project/mlir/lib/ExecutionEngine
River Riddle 5a7b919409 [mlir][NFC] Rename StandardToLLVM to FuncToLLVM
The current StandardToLLVM conversion patterns only really handle
the Func dialect. The pass itself adds patterns for Arithmetic/CFToLLVM, but
those should be/will be split out in a followup. This commit focuses solely
on being an NFC rename.

Aside from the directory change, the pattern and pass creation API have been renamed:
 * populateStdToLLVMFuncOpConversionPattern -> populateFuncToLLVMFuncOpConversionPattern
 * populateStdToLLVMConversionPatterns -> populateFuncToLLVMConversionPatterns
 * createLowerToLLVMPass -> createConvertFuncToLLVMPass

Differential Revision: https://reviews.llvm.org/D120778
2022-03-07 11:25:23 -08:00
..
AsyncRuntime.cpp [async] Get the number of worker threads from the runtime. 2022-01-31 12:06:01 -08:00
CMakeLists.txt [mlir][NFC] Rename StandardToLLVM to FuncToLLVM 2022-03-07 11:25:23 -08:00
CRunnerUtils.cpp Partially revert 03e6d10cac86: it broke the build 2022-03-07 11:18:20 +00:00
CudaRuntimeWrappers.cpp [MLIR][GPU] Remove call to cudaSetDevice(), which no longer exists 2022-02-17 21:38:05 +00:00
ExecutionEngine.cpp [mlir] Add sectionMemoryMapper to ExecutionEngineOptions 2022-02-23 14:56:50 -05:00
JitRunner.cpp [mlir][NFC] Move Parser.h to Parser/ 2022-03-07 01:05:38 -08:00
OptUtils.cpp Revert "Revert "[mlir] Convert from Async dialect to LLVM coroutines"" 2020-10-22 15:23:11 -04:00
RocmRuntimeWrappers.cpp [MLIR][GPU] Add gpu.set_default_device op 2022-02-17 21:30:09 +00:00
RunnerUtils.cpp Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
SparseTensorUtils.cpp Revert "Apply clang-tidy fixes for bugprone-macro-parentheses to MLIR (NFC)" 2022-03-07 11:11:26 +00:00