[llvm-commits] [llvm] r67849 - /llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll
Chris Lattner
clattner at apple.com
Mon Mar 30 10:08:02 PDT 2009
On Mar 30, 2009, at 7:55 AM, Dan Gohman wrote:
>>> =
>>> =
>>> ====================================================================
>>> --- llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll (original)
>>> +++ llvm/trunk/test/CodeGen/PowerPC/int-fp-conv-0.ll Fri Mar 27
>>> 11:17:22 2009
>>> @@ -1,4 +1,4 @@
>>> -; RUN: llvm-as < %s | llc -march=ppc64 -debug |& not grep store
>>> +; RUN: llvm-as < %s | llc -march=ppc64 -debug |& not grep {= store}
>>
>> I thought that "store" instructions were never assigned to a
>> variable...
>
> This test is grepping through the -debug output of llc, and the stores
> its
> looking for do happen to be printed with =.
>
> Grepping through -debug output isn't very nice in any case, but at the
> moment there aren't any better ways to express this specific test.
Actually, now that you mention it, grepping through -debug output is
not acceptable. This test won't pass in a release-asserts build.
-Chris
More information about the llvm-commits
mailing list