forked from OSchip/llvm-project
![]() The lower-affine pass also processes affine load and store operations that get converted to load and store operations now available in the memref dialect. Since it produces operations from the memref dialect, this dialect should be registered as dependent for this pass. It is rare but possible to have code that doesn't have memref operations in the input and calls this pass. Reviewed By: mehdi_amini Differential Revision: https://reviews.llvm.org/D99720 |
||
---|---|---|
.. | ||
cmake/modules | ||
docs | ||
examples | ||
include | ||
lib | ||
test | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
README.md |
README.md
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.