llvm-project/mlir/test/Conversion/StandardToLLVM
Alex Zinenko 75e5f0aac9 [mlir] factor memref-to-llvm lowering out of std-to-llvm
After the MemRef has been split out of the Standard dialect, the
conversion to the LLVM dialect remained as a huge monolithic pass.
This is undesirable for the same complexity management reasons as having
a huge Standard dialect itself, and is even more confusing given the
existence of a separate dialect. Extract the conversion of the MemRef
dialect operations to LLVM into a separate library and a separate
conversion pass.

Reviewed By: herhut, silvas

Differential Revision: https://reviews.llvm.org/D105625
2021-07-09 14:49:52 +02:00
..
calling-convention.mlir [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00
convert-argattrs.mlir [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00
convert-data-layout.mlir [mlir] Move data layout from LLVMDialect to module Op attributes 2020-08-17 15:12:36 +02:00
convert-funcs.mlir [mlir] replace LLVM dialect float types with built-ins 2021-01-08 17:38:12 +01:00
convert-nd-vector-to-llvmir.mlir [mlir] Add n-D vector lowering to LLVM for cast ops 2021-05-26 15:26:49 -07:00
func-memref.mlir [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00
invalid.mlir [mlir] Make MemRef element type extensible 2021-06-08 11:11:30 +02:00
standard-to-llvm.mlir [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00