llvm-project/mlir/lib/ExecutionEngine
Stephen Neuendorffer 146192ade4 [MLIR] Normalize usage of intrinsics_gen
Portions of MLIR which depend on LLVMIR generally need to depend on
intrinsics_gen, to ensure that tablegen'd header files from LLVM are built
first.  Without this, we get errors, typically about llvm/IR/Attributes.inc
not being found.

Note that previously the Linalg Dialect depended on intrinsics_gen, but it
doesn't need to, since it doesn't use LLVMIR.

Differential Revision: https://reviews.llvm.org/D79389
2020-05-04 20:47:57 -07:00
..
CMakeLists.txt [MLIR] Normalize usage of intrinsics_gen 2020-05-04 20:47:57 -07:00
CRunnerUtils.cpp [mlir] [VectorOps] Included i1 support for vector.print 2020-04-30 14:56:26 -07:00
ExecutionEngine.cpp [MLIR] Allow for multiple gpu modules during translation. 2020-04-16 14:18:31 +02:00
OptUtils.cpp Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
RunnerUtils.cpp [MLIR] Add simple runner utilities for timing 2020-03-31 23:08:29 +05:30