torch-mlir/include/npcomp/Backend/IREE
Sean Silva a3bfd115ee Remove npcomp-iree-backend-lower-linkage pass.
This is no longer needed by IREE.
2021-08-09 15:28:02 -07:00
..
CMakeLists.txt Bump llvm-project to 484b6648fdd4b104eaf7a2504dd07b60af2c9f8d 2021-04-22 18:12:55 -07:00
Passes.h Remove npcomp-iree-backend-lower-linkage pass. 2021-08-09 15:28:02 -07:00
Passes.td Remove npcomp-iree-backend-lower-linkage pass. 2021-08-09 15:28:02 -07:00
README.md Add support for compiling through IREE. 2021-04-09 13:15:07 -07:00

README.md

IREE Backend

Passes/utilities for preparing input to IREE.

For now, this directory doesn't have a C++-level dependency on IREE, since it only performs a trivial transformation. Eventually, if lowering nontrivial constructs to IREE (such as a list type to !iree.list), we will need to take that dependency, and it will be isolated to this directory.