mirror of
https://github.com/intel/llvm.git
synced 2026-01-28 01:04:49 +08:00
This adds a native op trait SameOperandsAndResultRank and associated verifier that checks that an operator's operands and result types have same ranks if their ranks are known. Signed-off-by: Tai Ly <tai.ly@arm.com> Change-Id: I2d536f77be10f3710d0c8d84c907ff492a984fda Reviewed By: rsuderman Differential Revision: https://reviews.llvm.org/D156369
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.