forked from OSchip/llvm-project
6e8a8c2d7e
The legalization did not forward the listener which prevents dynamic legalization and prevents rollbacks. This handled that and then changed the associated pass to support all other std ops to support partial conversion. Previously, this lowering was failing, but due to the initial bug, the op's modifications were not reverted, and thus the pattern matching succeeded. Differential Revision: https://reviews.llvm.org/D91079 |
||
---|---|---|
.. | ||
cmake/modules | ||
docs | ||
examples | ||
include | ||
integration_test | ||
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.