forked from OSchip/llvm-project
02220f3204
These classes were initially introduced to factor out two common parts of LLVM op definitions: the fact that they have no results or a single result of LLVM_Type, and the default builders. Neither of the two parts is really common anymore: many ops have more specific on the result type, and many ops provide custom builders. The TableGen classes only add conceptual complexity and make LLVM dialect definition dissimilar to other dialects. Remove them in favor of explicitly specified builders (results are already specified). Depends On D93329 Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D93330 |
||
---|---|---|
.. | ||
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.