[llvm-commits] [llvm] r79958 - in /llvm/trunk: lib/Target/CellSPU/SPUISelDAGToDAG.cpp test/CodeGen/CellSPU/loads.ll

Chris Lattner clattner at apple.com
Tue Aug 25 14:09:47 PDT 2009


On Aug 25, 2009, at 11:53 AM, Daniel Dunbar wrote:

> Hi all,
>
> On Mon, Aug 24, 2009 at 4:57 PM, Scott Michel<scottm at aero.org> wrote:
>> - Start moving CellSPU's tests to prefer FileCheck.
>
> While I don't want to discourage anyone from converting old tests to
> use FileCheck (especially complicated old tests), I wanted to mention
> that it is *very* likely that I will automatically convert an entire
> boatload of tests to FileCheck sometime in, say, the next month.
>
> This automatic conversion probably won't be super smart, so
> complicated tests are worth converting anyway, but if a test is little
> more than llvm-as | llc followed by a sequence of greps, then I would
> recommend not spending unnecessary time converting things (unless you
> want to).
>
> New tests should still be written with FileCheck where possible, of  
> course.

nice!

-Chris



More information about the llvm-commits mailing list