llvm-project/mlir/test/Conversion/StandardToLLVM
Rahul Joshi a97e357e8e [MLIR] Support `global_memref` and `get_global_memref` in standard -> LLVM conversion.
- Convert `global_memref` to LLVM::GlobalOp.
- Convert `get_global_memref` to a memref descriptor with a pointer to the first element
  of the global stashed in it.
- Extend unit test and a mlir-cpu-runner test to validate the generated LLVM IR.

Differential Revision: https://reviews.llvm.org/D90803
2020-11-09 10:54:21 -08:00
..
calling-convention.mlir [mlir] NFC: fix typo in FileCheck prefix 2020-08-26 03:12:14 +09:00
convert-argattrs.mlir [mlir] Fix argument attribute attribute reassignment in ConvertStandardToLLVM 2020-02-14 10:22:33 +01:00
convert-data-layout.mlir [mlir] Move data layout from LLVMDialect to module Op attributes 2020-08-17 15:12:36 +02:00
convert-dynamic-memref-ops.mlir [mlir] Convert `memref_reshape` to LLVM. 2020-11-03 11:39:08 +01:00
convert-funcs.mlir [mlir] switch the modeling of LLVM types to use the new mechanism 2020-08-04 14:29:25 +02:00
convert-static-memref-ops.mlir [mlir] Split alloc-like op LLVM lowerings into base and separate derived classes. 2020-10-05 17:36:01 +02:00
convert-to-llvmir.mlir Add support for casting elements in vectors for certain Std dialect type conversion operations. 2020-09-14 07:45:46 -07:00
invalid.mlir [mlir] check for failures when packing function sigunatures in std->llvm conversion 2020-09-15 12:30:44 +02:00
standard-to-llvm.mlir [MLIR] Support `global_memref` and `get_global_memref` in standard -> LLVM conversion. 2020-11-09 10:54:21 -08:00