Skip to content

Commit 9219eba

Browse files
authored
Update llvm/test/tools/sycl-post-link/sycl-esimd/no-sycl-esimd-split-shared-func.ll
1 parent c5d4368 commit 9219eba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/sycl-post-link/sycl-esimd/no-sycl-esimd-split-shared-func.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ attributes #3 = { "referenced-indirectly" }
105105
; CHECK: %{{.*}} = call spir_func float @_Z33__regcall3____builtin_invoke_simdXX_{{.+}}(<4 x float> (<4 x float>)* @[[NEW_HELPER_NAME:SIMD_CALL_HELPER_[0-9]+]], float %{{.*}})
106106
; CHECK: ret float %{{.*}}
107107

108-
; Check the original version (for SYCL call graph) is retained
108+
; Check the function is cloned for ESIMD call graph.
109109
; CHECK: define dso_local spir_func <4 x float> @SHARED_F.esimd(i64 %{{.*}}) #[[SHARED_F_ATTRS:[0-9]+]] {
110110
; CHECK: %{{.*}} = call spir_func <4 x float> @__intrin(i64 %{{.*}})
111111
; CHECK: ret <4 x float> %{{.*}}

0 commit comments

Comments
 (0)