tree: d93efa92da19bb5c7bb508a1b5c45b2acc65ba2a [path history] [tgz]
  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.