llvm-project/mlir/lib/Dialect/Linalg
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
..
Analysis [MLIR] Normalize usage of intrinsics_gen 2020-05-04 20:47:57 -07:00
EDSC [MLIR] Normalize usage of intrinsics_gen 2020-05-04 20:47:57 -07:00
IR [MLIR] Normalize usage of intrinsics_gen 2020-05-04 20:47:57 -07:00
Transforms [MLIR] Normalize usage of intrinsics_gen 2020-05-04 20:47:57 -07:00
Utils [MLIR] Normalize usage of intrinsics_gen 2020-05-04 20:47:57 -07:00
CMakeLists.txt [mlir][EDSC] Refactor dependencies involving EDSCs. 2020-01-15 09:34:29 -05:00