[llvm-commits] [llvm] r60608 - in /llvm/trunk: lib/Target/X86/X86ISelLowering.cpp lib/Target/X86/X86Subtarget.cpp lib/Transforms/Scalar/LoopStrengthReduce.cpp test/CodeGen/X86/loop-strength-reduce-2.ll test/CodeGen/X86/loop-strength-reduce-3.ll test/CodeGen/X86/loop-strength-reduce.ll

Dale Johannesen dalej at apple.com
Fri Dec 5 14:33:55 PST 2008


On Dec 5, 2008, at 2:27 PMPST, Dale Johannesen wrote:

>
> On Dec 5, 2008, at 2:15 PMPST, Anton Korobeynikov wrote:
>
>> Hi, Dale
>>
>>>  llvm/trunk/test/CodeGen/X86/loop-strength-reduce-2.ll
>> According to buildbot this test failed on x86-64/linux. This can be
>> indication of bugs noted in my previous e-mail, or just indication,
>> that you will need to provide target triple there explicitly. PIC  
>> mode
>> is quite different on darwin vs x86-32/linux vs x86-64/linux
>
> Not sure.  Is
>
> 	movl	$4, A at GOT+4(%edx,%eax,4)
>
> (or A+4 at GOT) valid on Linux?

Never mind, it's doing the right thing, I need to change the success  
test.





More information about the llvm-commits mailing list