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 b551a58 commit 55eebe0Copy full SHA for 55eebe0
sycl/test/esimd/ctor_codegen.cpp
@@ -17,7 +17,7 @@ SYCL_EXTERNAL auto foo(double i) SYCL_ESIMD_FUNCTION {
17
// CHECK: {{[^,]*}} %[[I:[a-zA-Z0-9_\.]+]]){{.*}} {
18
simd<double, 2> val({ i, i });
19
return val;
20
-// CHECK: %[[V0:[a-zA-Z0-9_\.]+]] = insertelement <2 x double> undef, double %[[I]], i64 0
+// CHECK: %[[V0:[a-zA-Z0-9_\.]+]] = insertelement <2 x double> poison, double %[[I]], i64 0
21
// CHECK-NEXT: %[[V1:[a-zA-Z0-9_\.]+]] = shufflevector <2 x double> %[[V0]], <2 x double> poison, <2 x i32> zeroinitializer
22
// CHECK-NEXT: store <2 x double> %[[V1]], ptr addrspace(4) %[[RES]]
23
// CHECK-NEXT: ret void
0 commit comments