llvm-project/mlir/examples/toy/Ch5
Mehdi Amini 6c6ed466a6 Expose `setupTargetTriple` as a public static method on ExecutionEngine
This allows client to be able to reuse the same logic to setup a module
    for the ExecutionEngine without instanciating one. One use case is running
    the optimization pipeline but not JIT-ing.

--

PiperOrigin-RevId: 242614380
2019-04-11 10:51:24 -07:00
..
include/toy Toy tutorial Chapter 5: Lowering to Linalg and LLVM 2019-04-08 23:26:54 -07:00
mlir Toy tutorial Chapter 5: Lowering to Linalg and LLVM 2019-04-08 23:26:54 -07:00
parser Toy tutorial Chapter 5: Lowering to Linalg and LLVM 2019-04-08 23:26:54 -07:00
CMakeLists.txt Fix Toy cmake build: add missing includes 2019-04-08 23:27:02 -07:00
toyc.cpp Expose `setupTargetTriple` as a public static method on ExecutionEngine 2019-04-11 10:51:24 -07:00