Skip to content

Commit 800f4fe

Browse files
michalpaszkowskiigcbot
authored andcommitted
Fix numeric sub block use
Fix numeric sub block use in add-type-hints-to-non-kernel-funcs.ll test file.
1 parent a2a7ca4 commit 800f4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/Compiler/tests/PreprocessSPVIR/add-type-hints-to-non-kernel-funcs.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
; RUN: igc_opt --opaque-pointers -igc-preprocess-spvir -igc-process-func-attributes -S < %s | FileCheck %s --check-prefixes=CHECK-B
1212

1313
; CHECK-A: !non_kernel_arg_type_hints ![[#NODE:]]
14-
; CHECK-A: ![[#NODE:]] = !{!"spirv.Image", !"spirv.SampledImage"}
14+
; CHECK-A: ![[#NODE]] = !{!"spirv.Image", !"spirv.SampledImage"}
1515
; CHECK-B: alwaysinline
1616

1717
define spir_func void @testNonKernel(target("spirv.Image", void, 0, 0, 0, 0, 0, 0, 2) %img, target("spirv.SampledImage", void, 1, 1, 0, 0, 0, 0, 0) %sampledImg) {

0 commit comments

Comments
 (0)