Skip to content

Commit 55eebe0

Browse files
authored
Update test after community replace undef to poison (intel#12225)
Affected by intel@a5f34155339b4c.
1 parent b551a58 commit 55eebe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/esimd/ctor_codegen.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ SYCL_EXTERNAL auto foo(double i) SYCL_ESIMD_FUNCTION {
1717
// CHECK: {{[^,]*}} %[[I:[a-zA-Z0-9_\.]+]]){{.*}} {
1818
simd<double, 2> val({ i, i });
1919
return val;
20-
// CHECK: %[[V0:[a-zA-Z0-9_\.]+]] = insertelement <2 x double> undef, double %[[I]], i64 0
20+
// CHECK: %[[V0:[a-zA-Z0-9_\.]+]] = insertelement <2 x double> poison, double %[[I]], i64 0
2121
// CHECK-NEXT: %[[V1:[a-zA-Z0-9_\.]+]] = shufflevector <2 x double> %[[V0]], <2 x double> poison, <2 x i32> zeroinitializer
2222
// CHECK-NEXT: store <2 x double> %[[V1]], ptr addrspace(4) %[[RES]]
2323
// CHECK-NEXT: ret void

0 commit comments

Comments
 (0)