[llvm] [SPIRV][NFC] Update issue number in XFAIL test for non-uniform resource index (PR #160381)
Sarah Spall via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 23 13:26:23 PDT 2025
================
@@ -1,8 +1,8 @@
; RUN: llc -O0 -verify-machineinstrs -mtriple=spirv1.5-vulkan-library %s -o - | FileCheck %s
; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv1.5-vulkan-library %s -o - -filetype=obj | spirv-val %}
-; This test depends on NonUniform resource analysis
-; https://github.com/llvm/llvm-project/issues/155701
+; This test depends on llvm.svp.resource.nonuniformindex support
+; https://github.com/llvm/llvm-project/issues/160231
----------------
spall wrote:
could you specify if its a bug or unimplemented
https://github.com/llvm/llvm-project/pull/160381
More information about the llvm-commits
mailing list