tree: fb7063303c1043a13c25456a611a175dc55454f1
  1. test/
  2. BUILD
  3. CMakeLists.txt
  4. JitGlobals.cpp
  5. PassDetail.h
  6. Passes.cpp
  7. Passes.h
  8. Passes.td
  9. README.md
  10. Runtime.cpp
  11. Runtime.h
compiler/src/iree/compiler/ConstEval/README.md

JitEval

This directory contains compiler-in-compiler JIT evaluation tools for cases where we want to delegate some portion of compilation to the compiler and runtime itself. As this is a relatively fragile layering which depends on ~everything, these capabilities are isolated to this directory and they must be configured to be used from top-level drivers in a way that is isolated and optional from the perspective of the rest of the compiler.