[Mlir-commits] [mlir] [MLIR][Vector] Fix i32 overflow in vector mask lowering for large index bounds (PR #188782)

Mehdi Amini llvmlistbot at llvm.org
Thu Apr 16 03:58:54 PDT 2026


joker-eph wrote:

OK!

Updated to use the same bound, and noted in the description (and as code comment):

> For fixed-size vectors dim would be a tighter bound (any b >= dim already implies all-true), but INT32_MAX is used for consistency across both paths.

Thanks!

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


More information about the Mlir-commits mailing list