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 97e43dd commit 4e6a414Copy full SHA for 4e6a414
llvm-spirv/test/extensions/INTEL/SPV_INTEL_cache_controls/multiple-decoration-single-arg.ll
@@ -3,8 +3,8 @@
3
; RUN: llvm-spirv --spirv-ext=+SPV_INTEL_cache_controls %t.bc -o %t.spv
4
; RUN: llvm-spirv -r %t.spv --spirv-target-env=SPV-IR -o - | llvm-dis -o - | FileCheck %s --check-prefix=CHECK-LLVM
5
6
-; CHECK-SPIRV-DAG: Name [[#Func:]] "test"
7
-; CHECK-SPIRV-DAG: Name [[#FuncGEP:]] "test_gep"
+; CHECK-SPIRV-DAG: EntryPoint [[#]] [[#Func:]] "test"
+; CHECK-SPIRV-DAG: EntryPoint [[#]] [[#FuncGEP:]] "test_gep"
8
; CHECK-SPIRV-DAG: TypeInt [[#Int32:]] 32 0
9
; CHECK-SPIRV-DAG: Constant [[#Int32]] [[#Zero:]] 0
10
; CHECK-SPIRV-DAG: Decorate [[#GEP1:]] CacheControlLoadINTEL 1 1
0 commit comments