[Mlir-commits] [mlir] [mlir][spirv] Fix lookup logic `spirv.target_env` for `gpu.module` (PR #147262)
Jakub Kuderski
llvmlistbot at llvm.org
Wed Jul 30 19:06:40 PDT 2025
================
@@ -15,3 +15,25 @@ module attributes {gpu.container_module} {
}
}
}
+
+// -----
+
+module attributes {gpu.container_module} {
----------------
kuhar wrote:
Can you add a comment explaining what we are testing here?
https://github.com/llvm/llvm-project/pull/147262
More information about the Mlir-commits
mailing list