Open
Description
Op verifiers are not supposed to check non-local properties in ::verify()
: https://mlir.llvm.org/getting_started/DeveloperGuide/#ir-verifier
We should remove this code from the verifier for gpu.rotate
:
llvm-project/mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
Lines 1360 to 1384 in 0f48baf
An alternative would be to take width
as an attribute, if we want to have it verified.