llvm-project/mlir/lib/Dialect/StandardOps
Smit Hinsu 85b46314c0 Allow dynamic but ranked types in ops with SameOperandsAndResultShape and SameOperandsAndResultType traits
Currently SameOperandsAndResultShape trait allows operands to have tensor<*xf32> and tensor<2xf32> but doesn't allow tensor<?xf32> and tensor<10xf32>.

Also, use the updated shape compatibility helper function in TensorCastOp::areCastCompatible method.

PiperOrigin-RevId: 273658336
2019-10-08 19:37:11 -07:00
..
CMakeLists.txt Add interfaces for call-like/callable operations. 2019-09-23 11:37:06 -07:00
DialectRegistration.cpp NFC: Move LLVMIR, SDBM, and StandardOps to the Dialect/ directory. 2019-08-19 11:01:25 -07:00
Ops.cpp Allow dynamic but ranked types in ops with SameOperandsAndResultShape and SameOperandsAndResultType traits 2019-10-08 19:37:11 -07:00