[llvm-commits] [llvm] r150250 - in /llvm/trunk: lib/Transforms/Vectorize/BBVectorize.cpp test/Transforms/BBVectorize/func-alias.ll

Hal Finkel hfinkel at anl.gov
Fri Feb 10 12:01:38 PST 2012


On Fri, 2012-02-10 at 11:16 -0800, Devang Patel wrote:
> On Feb 10, 2012, at 7:52 AM, Hal Finkel <hfinkel at anl.gov> wrote:
> 
> > --- llvm/trunk/test/Transforms/BBVectorize/func-alias.ll (added)
> > +++ llvm/trunk/test/Transforms/BBVectorize/func-alias.ll Fri Feb 10 09:52:40 2012
> > @@ -0,0 +1,244 @@
> > +target datalayout = "e-p:64:64:64-S128-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f16:16:16-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-s0:64:64-f80:128:128-f128:128:128-n8:16:32:64"
> > +target triple = "x86_64-unknown-linux-gnu"
> > +; RUN: opt < %s -basicaa -bb-vectorize -bb-vectorize-req-chain-depth=2 -instcombine -gvn -S | FileCheck %s
> 
> It is a good idea to not rely upon multiple passes in test cases. 

Especially here, this is true. I have to clean up a number of these.

Thanks again,
Hal

> -
> Devang

-- 
Hal Finkel
Postdoctoral Appointee
Leadership Computing Facility
Argonne National Laboratory




More information about the llvm-commits mailing list