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

Bill Wendling wendling at apple.com
Fri Apr 19 14:25:29 PDT 2013


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




More information about the llvm-commits mailing list