From 51b65d937078e7afe3d180abcf270a44b82bd3d4 Mon Sep 17 00:00:00 2001 From: Tobias Grosser Date: Sun, 30 Aug 2015 14:06:30 +0000 Subject: [PATCH] Drop alias tags from vector test case They are not really part of what is tested here. llvm-svn: 246382 --- polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll b/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll index e1a61516d35d..c3d7e0d360d0 100644 --- a/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll +++ b/polly/test/Isl/CodeGen/simple_vec_assign_scalar.ll @@ -1,4 +1,6 @@ -; RUN: opt %loadPolly -polly-detect-unprofitable -basicaa -polly-codegen -polly-vectorizer=polly -dce -S < %s | FileCheck %s +; RUN: opt %loadPolly -polly-detect-unprofitable -basicaa -polly-codegen \ +; RUN: -polly-vectorizer=polly -dce -S < %s | FileCheck %s + ; RUN: opt %loadPolly -polly-detect-unprofitable -basicaa -polly-codegen -polly-vectorizer=stripmine -dce -S < %s | FileCheck %s --check-prefix=STRIPMINE ;#define N 1024 @@ -59,4 +61,4 @@ bb: ; 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, -; 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 +; CHECK: store <4 x float> %tmp4p_vec, <4 x float>* bitcast ([1024 x float]* @B to <4 x float>*)