[llvm-commits] [llvm] r55126 - /llvm/trunk/test/CodeGen/X86/fast-isel.ll

Dan Gohman gohman at apple.com
Thu Aug 21 11:35:10 PDT 2008


On Aug 21, 2008, at 11:15 AM, Evan Cheng wrote:

>
> On Aug 21, 2008, at 10:28 AM, Dan Gohman wrote:
>
>> Author: djg
>> Date: Thu Aug 21 12:28:42 2008
>> New Revision: 55126
>>
>> URL: http://llvm.org/viewvc/llvm-project?rev=55126&view=rev
>> Log:
>> getelementptr doesn't work on x86-64 yet, because it
>> has MOV64ri32 and no plain MOV64ri.
>
> But there is a MOV64ri. Using MOV64ri32 is just an isel optimization.


Oops, I meant to say ADD64ri32 and ADD64ri, respectively. This can be
fixed of course.

Dan




More information about the llvm-commits mailing list