tree: 527ba8a0e83358a69e03c4342b5a037680b6204e
  1. build_tools/
  2. docs/
  3. include/
  4. lib/
  5. python/
  6. test/
  7. tools/
  8. .clang-format
  9. .gitignore
  10. BUILD.bazel
  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.