[llvm-commits] [llvm] r142171 - in /llvm/trunk: lib/Target/PowerPC/PPCSchedule440.td test/CodeGen/PowerPC/ppc440-fp-basic.ll test/CodeGen/PowerPC/ppc440-msync.ll

Hal Finkel hfinkel at anl.gov
Mon Oct 17 08:38:09 PDT 2011


Roman,

Thanks for pointing that out; I'll change them. I'll also work on
changing the other PPC tests that also use grep, etc. (it seems that
most of them do).

 -Hal

On Mon, 2011-10-17 at 16:26 +0200, Roman Divacky wrote:
> > Added: llvm/trunk/test/CodeGen/PowerPC/ppc440-fp-basic.ll
> > URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/PowerPC/ppc440-fp-basic.ll?rev=142171&view=auto
> > ==============================================================================
> > --- llvm/trunk/test/CodeGen/PowerPC/ppc440-fp-basic.ll (added)
> > +++ llvm/trunk/test/CodeGen/PowerPC/ppc440-fp-basic.ll Sun Oct 16 23:03:55 2011
> > @@ -0,0 +1,32 @@
> > +; RUN: llc < %s -march=ppc32 -mcpu=440 | grep fmadd
> 
> Please don't use grep etc. use CHECK: and similar from FileCheck. This applies
> to all the tests you committed I think.
> 
> Roman

-- 
Hal Finkel
Postdoctoral Appointee
Leadership Computing Facility
Argonne National Laboratory
1-630-252-0023
hfinkel at anl.gov




More information about the llvm-commits mailing list