tree: e0b29e68d33df97ea2657b8216511665edde4d2f [path history] [tgz]
  1. build_tools/
  2. docs/
  3. include/
  4. lib/
  5. python/
  6. resources/
  7. test/
  8. tools/
  9. .gitignore
  10. BUILD
  11. CMakeLists.txt
  12. README.md
llvm-external-projects/iree-dialects/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.