[llvm] r179874 - Attempt to pacify this test for the buildbots.

Renato Golin renato.golin at linaro.org
Fri Apr 19 15:41:10 PDT 2013


I think you need to move it to a target specific area...

Cheers,
Renato
On 19 Apr 2013 22:25, "Bill Wendling" <wendling at apple.com> wrote:

> On Apr 19, 2013, at 2:14 PM, Renato Golin <renato.golin at linaro.org> wrote:
>
> > On 19 April 2013 20:27, Chad Rosier <mcrosier at apple.com> wrote:
> > Author: mcrosier
> > Date: Fri Apr 19 14:27:33 2013
> > New Revision: 179874
> >
> > URL: http://llvm.org/viewvc/llvm-project?rev=179874&view=rev
> > Log:
> > Attempt to pacify this test for the buildbots.
> >
> > Hi Chad,
> >
> > On ARM it's not the virtual register name, but the actual instruction
> that is different:
> >
> > ; CHECK: %[[V2:[0-9]+]] = bitcast %.qux.2585* %{{.*}} to %.qux.2496*
> >          ^
> > <stdin>:1:1: note: scanning from here
> > ; ModuleID = '<stdin>'
> > ^
> > <stdin>:42:13: note: possible intended match here
> >  %tmp = getelementptr inbounds %.qux.2585* %this, i32 0
> >
> This makes no sense. The target triple is included in the .ll file. I'll
> specify it explicitly on the opt command line to see if that helps. But
> there shouldn't be a difference on ARM or any other platform. :-(
>
> -bw
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130419/58e6aa67/attachment.html>


More information about the llvm-commits mailing list