[Mlir-commits] [mlir] [mlir][Vector] Fix out-of-bounds crash unrolling create_mask/constant_mask with rank-mismatched native shape (PR #217514)

Federico Bruzzone llvmlistbot at llvm.org
Sat Aug 22 01:03:54 PDT 2026


https://github.com/FedericoBruzzone commented:

Thank you @amanyagami! 

I agree with @banach-space. The semantics should be preserved if you add the necessary leading `1` dims to the target, right?

P.S. Note that you might need to tweak some tests :D

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


More information about the Mlir-commits mailing list