[llvm-commits] [llvm] r81878 - in /llvm/trunk: lib/Target/ARM/AsmPrinter/ARMAsmPrinter.cpp test/CodeGen/ARM/2009-09-13-InvalidSuperReg.ll

Sandeep Patel deeppatel1987 at gmail.com
Tue Sep 15 11:09:38 PDT 2009


On Tue, Sep 15, 2009 at 6:05 PM, Chris Lattner <clattner at apple.com> wrote:
>
> On Sep 15, 2009, at 10:53 AM, Sandeep Patel wrote:
>
>> Author: sandeep
>> Date: Tue Sep 15 12:53:11 2009
>> New Revision: 81878
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=81878&view=rev
>> Log:
>> Fix superreg use in ARMAsmPrinter. Approved by Anton Korobeynikov.
>
> Hi Sandeep,
>
> Please make the test check for some expected output.  I will be hacking on
> the ARM asmprinter (to make it work like the new X86 asmprinter)
> real-soon-now and don't want to regress anything.

The expected output is not asserting. There are a ton of tests that
are like this. To pick two randomly for ARM:
2007-03-26-RegScavengerAssert.ll and 2009-09-13-InvalidSubreg.ll.

deep




More information about the llvm-commits mailing list