[Mlir-commits] [mlir] [MLIR][Vector] Fix vector.create_mask i32 overflow for large index values (PR #188782)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Apr 14 09:44:39 PDT 2026


banach-space wrote:

> I added handling of scalable vector now, but I'm never sure I get these right so this need more scrutiny @banach-space

What you did makes sense to me, but I would avoid special-casing for scalable vectors and just use INT32_MAX everywhere. For consistency.

Thanks!

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


More information about the Mlir-commits mailing list