forked from OSchip/llvm-project
4b7dafd904
The documentation claims that an op with the trait FunctionLike has a single region containing the blocks that corresponding to the body of the function. It then goes on to say that the absence of a region corresponds to an external function when, in fact, this is represented by a single empty region. This patch changes the wording in the documentation to match the implementation. Signed-off-by: Frej Drejhammar <frej.drejhammar@gmail.com> Co-authored-by: Frej Drejhammar <frej.drejhammar@gmail.com> Co-authored-by: Klas Segeljakt <klasseg@kth.se> Reviewed By: ftynse Differential Revision: https://reviews.llvm.org/D89868 |
||
---|---|---|
.. | ||
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.