Skip to content

Commit 6634148

Browse files
authored
[SPIRV][NFC] Update issue number in XFAIL test for non-uniform resource index (#160381)
1 parent 8a9aa18 commit 6634148

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/SPIRV/hlsl-resources/StorageImageNonUniformIdx.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
; RUN: llc -O0 -verify-machineinstrs -mtriple=spirv1.5-vulkan-library %s -o - | FileCheck %s
22
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv1.5-vulkan-library %s -o - -filetype=obj | spirv-val %}
33

4-
; This test depends on NonUniform resource analysis
5-
; https://github.com/llvm/llvm-project/issues/155701
4+
; This test depends on llvm.svp.resource.nonuniformindex support (not yet implemented)
5+
; https://github.com/llvm/llvm-project/issues/160231
66
; XFAIL: *
77

88
@.str.b0 = private unnamed_addr constant [3 x i8] c"B0\00", align 1

0 commit comments

Comments
 (0)