Add compile command to each testcase
[gcc-vect-testsuite.git] / vect-fold-1.ll
blob26626074eda7c3a3a3b6e30cb5c17b793f7b5d1b
1 ; RUN: opt %loadPolly %defaultOpts -polly-codegen -enable-polly-vector -dce -S %s | FileCheck %s
2 ; Obtained from C source as:
3 ; clang -S -emit-llvm -O0 vect-fold-1.c
4 ; opt -correlated-propagation -mem2reg -instcombine -loop-simplify -indvars -instnamer vect-fold-1.s > vect-fold-1.ll
6 ; ModuleID = 'vect-fold-1.s'
7 target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-n8:16:32:64"
8 target triple = "x86_64-unknown-linux-gnu"
10 @c = common global <4 x i8> zeroinitializer, align 4
12 define void @foo() nounwind uwtable {
13 entry:
14   store <4 x i8> <i8 6, i8 8, i8 10, i8 12>, <4 x i8>* @c, align 4
15   ret void
17 ; CHECK: define