[Mlir-commits] [mlir] [mlir][vector] Propagate scalability to gather/scatter ptrs vector (PR #97584)

Cullen Rhodes llvmlistbot at llvm.org
Fri Jul 5 07:23:02 PDT 2024


c-rhodes wrote:

> Thanks! Is there a way to check this in the verifier?

I've added verifiers for gather/scatter intrinsic to check this. Generally the intrinsics are quite loose with constraints, seems like a bit of a rabbit hole.

https://github.com/llvm/llvm-project/pull/97584


More information about the Mlir-commits mailing list