llvm-project/mlir/test/CAPI
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
..
CMakeLists.txt [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
execution_engine.c [mlir][NFC] Rename StandardToLLVM to FuncToLLVM 2022-03-07 11:25:23 -08:00
ir.c [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
lit.local.cfg
llvm.c Add more types to the LLVM dialect C API 2021-07-13 14:35:50 -07:00
pass.c [mlir] Rename the Standard dialect to the Func dialect 2022-03-01 12:10:04 -08:00
pdl.c [mlir] Introduce Python bindings for the PDL dialect 2022-01-19 11:19:56 +01:00
quant.c [mlir] Introduce C API for the Quantization dialect types 2022-01-05 16:20:29 +01:00
sparse_tensor.c [mlir] Fix windows build bot break due to use of `alloca` in a test. 2021-05-10 20:39:16 +00:00