[Mlir-commits] [mlir] [mlir][spirv] Mark in-bounds linearized indices no-wrap (PR #215834)

Hsiangkai Wang llvmlistbot at llvm.org
Mon Aug 17 03:59:35 PDT 2026


Hsiangkai wrote:

> Starting from SPIR-V 1.4 you don't need the extra extension but it's up to you whether you want to support that case or not.
> 
> There is also a related patch: #189061 but I think this change is orthogonal.
> 
> Code looks good in general.

Thanks for your review. I added a test case to cover SPIR-V 1.4 without `SPV_KHR_no_integer_wrap_decoration`.

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


More information about the Mlir-commits mailing list