llvm-project/mlir/lib/Quantizer
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
..
Configurations Move StandardOps/Ops.h to StandardOps/IR/Ops.h 2020-02-21 11:58:47 -08:00
Support [mlir][quantizer] Add gathering of per-axis statistics in quantizer. 2020-02-08 15:17:37 -08:00
Transforms Remove static registration for dialects, and the "alwayslink" hack for passes 2020-02-12 09:13:02 +00:00
CMakeLists.txt [MLIR] Move from add_dependencies() to DEPENDS 2020-03-06 13:25:17 -08:00