[llvm-commits] [llvm] r79958 - in /llvm/trunk: lib/Target/CellSPU/SPUISelDAGToDAG.cpp test/CodeGen/CellSPU/loads.ll
Daniel Dunbar
daniel at zuster.org
Tue Aug 25 11:53:54 PDT 2009
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.
- Daniel
More information about the llvm-commits
mailing list