llvm-project/mlir/lib/Conversion
Stephen Neuendorffer 4594d0e943 [MLIR] Move from add_dependencies() to DEPENDS
add_llvm_library and add_llvm_executable may need to create new targets with
appropriate dependencies.  As a result, it is not sufficient in some
configurations (namely LLVM_BUILD_LLVM_DYLIB=on) to only call
add_dependencies().  Instead, the explicit TableGen dependencies must
be passed to add_llvm_library() or add_llvm_executable() using the DEPENDS
keyword.

Differential Revision: https://reviews.llvm.org/D74930
2020-03-06 13:25:17 -08:00
..
AffineToStandard [MLIR] Remove redundant library dependencies 2020-03-06 10:12:31 -08:00
GPUCommon Move StandardOps/Ops.h to StandardOps/IR/Ops.h 2020-02-21 11:58:47 -08:00
GPUToCUDA [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
GPUToNVVM [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00
GPUToROCDL [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
GPUToSPIRV [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00
GPUToVulkan [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
LinalgToLLVM [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
LinalgToSPIRV [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
LoopToStandard [MLIR] Remove redundant library dependencies 2020-03-06 10:12:31 -08:00
LoopsToGPU [MLIR] Remove redundant library dependencies 2020-03-06 10:12:31 -08:00
StandardToLLVM [MLIR] Remove redundant library dependencies 2020-03-06 10:12:31 -08:00
StandardToSPIRV [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00
VectorToLLVM [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
VectorToLoops [MLIR] Ensure that target_link_libraries() always has a keyword. 2020-03-06 09:14:01 -08:00
CMakeLists.txt [mlir][spirv] Add ConvertGpuLaunchFuncToVulkanCallsPass 2020-02-13 14:10:07 -05:00