Skip to content

Commit 4e6a414

Browse files
committed
llvm-spirv: update test due to entry point diff
1 parent 97e43dd commit 4e6a414

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm-spirv/test/extensions/INTEL/SPV_INTEL_cache_controls/multiple-decoration-single-arg.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
; RUN: llvm-spirv --spirv-ext=+SPV_INTEL_cache_controls %t.bc -o %t.spv
44
; RUN: llvm-spirv -r %t.spv --spirv-target-env=SPV-IR -o - | llvm-dis -o - | FileCheck %s --check-prefix=CHECK-LLVM
55

6-
; CHECK-SPIRV-DAG: Name [[#Func:]] "test"
7-
; CHECK-SPIRV-DAG: Name [[#FuncGEP:]] "test_gep"
6+
; CHECK-SPIRV-DAG: EntryPoint [[#]] [[#Func:]] "test"
7+
; CHECK-SPIRV-DAG: EntryPoint [[#]] [[#FuncGEP:]] "test_gep"
88
; CHECK-SPIRV-DAG: TypeInt [[#Int32:]] 32 0
99
; CHECK-SPIRV-DAG: Constant [[#Int32]] [[#Zero:]] 0
1010
; CHECK-SPIRV-DAG: Decorate [[#GEP1:]] CacheControlLoadINTEL 1 1

0 commit comments

Comments
 (0)