llvm-capstone/mlir
Théo Degioanni 525d60bf35 [mlir][mem2reg] Add support for mem2reg in MemRef.
This patch implements the mem2reg interfaces for MemRef types. This only supports scalar memrefs of a small list of types. It would be beneficial to create more interfaces for default values before expanding support to more types. Additionally, I am working on an upcoming revision to bring SROA to MLIR that should help with non-scalar memrefs.

Reviewed By: gysit, Mogball

Differential Revision: https://reviews.llvm.org/D149441
2023-05-04 12:44:15 +00:00
..
benchmark/python [mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers for vectorization and parallelization options. 2022-09-04 01:39:35 +00:00
cmake/modules [mlir] Don't use -z,defs on sanitizer builds 2023-03-13 14:04:31 -04:00
docs [docs] Hide collaboration and include graphs in doxygen docs 2023-05-04 12:26:51 +02:00
examples [mlir][Affine][NFC] Wrap dialect in "affine" namespace 2023-04-20 11:19:21 +09:00
include [mlir][mem2reg] Add support for mem2reg in MemRef. 2023-05-04 12:44:15 +00:00
lib [mlir][mem2reg] Add support for mem2reg in MemRef. 2023-05-04 12:44:15 +00:00
python [MLIR][python bindings] Add some AttrBuilder and port _exts to use them. 2023-04-26 17:50:10 -05:00
test [mlir][mem2reg] Add support for mem2reg in MemRef. 2023-05-04 12:44:15 +00:00
tools [mlir][tblgen] Fix emitting wrong index for either directive. 2023-05-03 13:07:45 +00:00
unittests Introduce MLIR Op Properties 2023-05-01 23:16:34 -07:00
utils Add a GDB/LLDB interface for interactive debugging of MLIR Actions 2023-04-24 14:34:15 -07:00
.clang-format
.clang-tidy [mlir] Disable misc-const-correctness clang-tidy check. 2022-08-03 10:18:43 +02:00
CMakeLists.txt Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""" 2023-04-15 20:12:24 +02:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.