summaryrefslogtreecommitdiffstats
path: root/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll
diff options
context:
space:
mode:
Diffstat (limited to 'polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll')
-rw-r--r--polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll b/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll
index 6e279b58fa0..eccb067f0ad 100644
--- a/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll
+++ b/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll
@@ -1,4 +1,5 @@
; RUN: opt %loadPolly -polly-detect-unprofitable -basicaa -polly-codegen-isl -polly-vectorizer=polly -dce -S < %s | FileCheck %s
+; RUN: opt %loadPolly -polly-detect-unprofitable -basicaa -polly-codegen-isl -polly-vectorizer=stripmine -dce -S < %s | FileCheck %s --check-prefix=STRIPMINE
;#define N 1024
;float A[N];
@@ -55,6 +56,8 @@ bb:
ret i32 %tmp1
}
+; STRIPMINE-NOT: <4 x float>
+
; CHECK: %tmp_p_vec_full = load <4 x float>, <4 x float>* bitcast ([1024 x float]* @A to <4 x float>*), align 8, !alias.scope !0, !noalias !2
; CHECK: %tmp4p_vec = fadd <4 x float> %tmp_p_vec_full, <float 1.000000e+00, float 1.000000e+00, float 1.000000e+00, float 1.000000e+00>
; CHECK: store <4 x float> %tmp4p_vec, <4 x float>* bitcast ([1024 x float]* @B to <4 x float>*), align 8, !alias.scope !3, !noalias !4
OpenPOWER on IntegriCloud