llvm-project/mlir
Matthias Springer cdb7675c26 [mlir][bufferize][NFC] Make PostAnalysisSteps a function
They used to be classes with a virtual `run` function. This was inconvenient because post analysis steps are stored in BufferizationOptions. Because of this design choice, BufferizationOptions were not copyable.

Differential Revision: https://reviews.llvm.org/D119258
2022-02-09 18:56:06 +09:00
..
benchmark/python [mlir] Split out a new ControlFlow dialect from Standard 2022-02-06 14:51:16 -08:00
cmake/modules [mlir] Do not use an empty source file when building aggregate libraries. 2022-02-05 23:06:28 -08:00
docs [mlir][ods] Optional Attribute or Type Parameters 2022-02-08 20:09:44 +00:00
examples [mlir] Update Toy operations to use the `hasCustomAssemblyFormat` field 2022-02-07 19:03:58 -08:00
include [mlir][bufferize][NFC] Make PostAnalysisSteps a function 2022-02-09 18:56:06 +09:00
lib [mlir][bufferize][NFC] Make PostAnalysisSteps a function 2022-02-09 18:56:06 +09:00
python [mlir] Fixup python bindings after splitting cf ops from std. 2022-02-06 14:51:17 -08:00
test [mlir][bufferize][NFC] Make PostAnalysisSteps a function 2022-02-09 18:56:06 +09:00
tools [mlir][ods] Attribute and type formats: support whitespaces 2022-02-08 23:27:36 +00:00
unittests [MLIR][Presburger] Fix linkage of functions in header 2022-02-08 17:51:34 +01:00
utils [mlir] Set up boilerplate build for MLIR benchmarks 2022-01-27 21:38:15 +00:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt [mlir] Set up boilerplate build for MLIR benchmarks 2022-01-27 21:38:15 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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