diff options
-rw-r--r-- | polly/test/Isl/CodeGen/simple_vec_call.ll | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/polly/test/Isl/CodeGen/simple_vec_call.ll b/polly/test/Isl/CodeGen/simple_vec_call.ll index dc457156f46..b8a61f92356 100644 --- a/polly/test/Isl/CodeGen/simple_vec_call.ll +++ b/polly/test/Isl/CodeGen/simple_vec_call.ll @@ -28,9 +28,9 @@ return: ; CHECK: [[RES2:%[a-zA-Z0-9_]+]] = tail call float @foo(float %.load) [[NUW]] ; CHECK: [[RES3:%[a-zA-Z0-9_]+]] = tail call float @foo(float %.load) [[NUW]] ; CHECK: [[RES4:%[a-zA-Z0-9_]+]] = tail call float @foo(float %.load) [[NUW]] -; CHECK: %4 = insertelement <4 x float> undef, float [[RES1]], i32 0 -; CHECK: %5 = insertelement <4 x float> %4, float [[RES2]], i32 1 -; CHECK: %6 = insertelement <4 x float> %5, float [[RES3]], i32 2 -; CHECK: %7 = insertelement <4 x float> %6, float [[RES4]], i32 3 -; CHECK: store <4 x float> %7 +; CHECK: [[RES5:%[a-zA-Z0-9_]+]] = insertelement <4 x float> undef, float [[RES1]], i32 0 +; CHECK: [[RES6:%[a-zA-Z0-9_]+]] = insertelement <4 x float> [[RES5]], float [[RES2]], i32 1 +; CHECK: [[RES7:%[a-zA-Z0-9_]+]] = insertelement <4 x float> [[RES6]], float [[RES3]], i32 2 +; CHECK: [[RES8:%[a-zA-Z0-9_]+]] = insertelement <4 x float> [[RES7]], float [[RES4]], i32 3 +; CHECK: store <4 x float> [[RES8]] ; CHECK: attributes [[NUW]] = { nounwind } |