We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9aa18 commit 6634148Copy full SHA for 6634148
llvm/test/CodeGen/SPIRV/hlsl-resources/StorageImageNonUniformIdx.ll
@@ -1,8 +1,8 @@
1
; RUN: llc -O0 -verify-machineinstrs -mtriple=spirv1.5-vulkan-library %s -o - | FileCheck %s
2
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv1.5-vulkan-library %s -o - -filetype=obj | spirv-val %}
3
4
-; This test depends on NonUniform resource analysis
5
-; https://github.com/llvm/llvm-project/issues/155701
+; This test depends on llvm.svp.resource.nonuniformindex support (not yet implemented)
+; https://github.com/llvm/llvm-project/issues/160231
6
; XFAIL: *
7
8
@.str.b0 = private unnamed_addr constant [3 x i8] c"B0\00", align 1
0 commit comments