[llvm-commits] [llvm] r67849 - /llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll

Chris Lattner clattner at apple.com
Wed Apr 1 11:05:55 PDT 2009


On Apr 1, 2009, at 11:00 AM, Dan Gohman wrote:

>>
>> Does anyone know what this testing is attempting to test?  If not,
>> just remove that RUN line.
>
> It's testing that the SelectionDAG phase doesn't introduce a store.
> There
> isn't currently a greppable display for the SelectionDAG, though it
> ought to be possible to create one, with something like DumpNodes.
>

Why not grep the .s file for the PPC store?  The test is ppc64  
specific anyway.

-Chris



More information about the llvm-commits mailing list