mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-25 23:00:15 +00:00
Drop alias tags from vector test case
They are not really part of what is tested here. llvm-svn: 246382
This commit is contained in:
parent
63a7ca9948
commit
51b65d9370
@ -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, <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
|
||||
; CHECK: store <4 x float> %tmp4p_vec, <4 x float>* bitcast ([1024 x float]* @B to <4 x float>*)
|
||||
|
Loading…
Reference in New Issue
Block a user