llvm-project/mlir/lib/Dialect
Denis Khalikov 6414c08556 Fix undefined reference to mlir::getElementTypeOrSelf(mlir::Type)
Fix undefined reference:
mlir/lib/Dialect/StandardOps/Ops.cpp:2029:
undefined reference to `mlir::getElementTypeOrSelf(mlir::Type)'

Closes tensorflow/mlir#144

COPYBARA_INTEGRATE_REVIEW=https://github.com/tensorflow/mlir/pull/144 from denis0x0D:sandbox/fix_undef 494d4f7fa2e98ba21954d2b2f7ec1776b9397e08
PiperOrigin-RevId: 270545190
2019-09-22 09:08:56 -07:00
..
AffineOps NFC: Pass OpAsmPrinter by reference instead of by pointer. 2019-09-20 20:43:35 -07:00
FxpMathOps NFC: Finish replacing FunctionPassBase/ModulePassBase with OpPassBase. 2019-09-13 13:34:27 -07:00
GPU NFC: Pass OpAsmPrinter by reference instead of by pointer. 2019-09-20 20:43:35 -07:00
LLVMIR Make GlobalOp's value attribute optional. 2019-09-21 01:20:28 -07:00
Linalg NFC: Pass OpAsmPrinter by reference instead of by pointer. 2019-09-20 20:43:35 -07:00
LoopOps NFC: Pass OpAsmPrinter by reference instead of by pointer. 2019-09-20 20:43:35 -07:00
QuantOps Quantize attribute values by per axis quantization parameters 2019-09-19 14:12:08 -07:00
SDBM SDBM: support sum expressions on the LHS of stripe expressions 2019-09-18 02:17:34 -07:00
SPIRV [spirv] Add OpControlBarrier and OpMemoryBarrier. 2019-09-21 10:18:34 -07:00
StandardOps Fix undefined reference to mlir::getElementTypeOrSelf(mlir::Type) 2019-09-22 09:08:56 -07:00
VectorOps NFC: Pass OpAsmPrinter by reference instead of by pointer. 2019-09-20 20:43:35 -07:00
CMakeLists.txt NFC: Move AffineOps dialect to the Dialect sub-directory. 2019-08-20 15:36:39 -07:00
Traits.cpp Switch C++14 std::equal usage to for-loop. 2019-07-19 11:41:20 -07:00