[Mlir-commits] [mlir] [mlir][spirv] Mark in-bounds linearized indices no-wrap (PR #215834)
Igor Wodiany
llvmlistbot at llvm.org
Mon Aug 17 03:40:54 PDT 2026
================
@@ -220,6 +220,56 @@ func.func @load_store_vec4f32_dynamic_physical(%arg0: memref<?xvector<4xf32>, #s
// -----
+module attributes {
+ spirv.target_env = #spirv.target_env<#spirv.vce<v1.1, [Shader], [SPV_KHR_storage_buffer_storage_class, SPV_KHR_no_integer_wrap_decoration]>, #spirv.resource_limits<>>
----------------
IgWod wrote:
Can you also add a test where `SPV_KHR_no_integer_wrap_decoration` is not present?
https://github.com/llvm/llvm-project/pull/215834
More information about the Mlir-commits
mailing list