mirror of https://github.com/llvm/torch-mlir
1dec561cfd
- builder.getSymbolRefAttr is gone. - OpAsmOpInterface's getAsmResultNames method needs explicit override - a bunch of churn for builtin.func needing to be made explicit (and sometimes implicit?) - operation printers no longer need to print the operation name themselves. - snuck in beneficial trivial addition to TmpDeleteDeadIREEListsPass to test a particular upstream change e2e with my local patchset. |
||
---|---|---|
.. | ||
build_tools | ||
include | ||
lib | ||
python | ||
test | ||
.gitignore | ||
BUILD | ||
CMakeLists.txt | ||
README.md |
README.md
IREE Dialects Project
Sources for IREE's public dialects (containing ops/types/attributes that are unique to IREE and can appear in compiler inputs).
This project is intended to be used via LLVM's external projects setup:
-DLLVM_EXTERNAL_PROJECTS=iree-dialects
-DLLVM_EXTERNAL_IREE_DIALECTS_SOURCE_DIR={this_directory}
It depends on the mlir
project.