[PATCH] Allow X86FastIsel to cope with 64 bit absolute relocations

Eric Christopher echristo at gmail.com
Tue Jun 17 16:21:23 PDT 2014


As a note I ran projects/test-suite on x86_64-linux-gnu at -O0 and no
regressions.

-eric

On Tue, Jun 17, 2014 at 4:20 PM, Eric Christopher <echristo at gmail.com> wrote:
> LGTM.
>
> -eric
>
> On Tue, Jun 17, 2014 at 1:52 PM, Louis Gerbarg <lgg at apple.com> wrote:
>> This is a follow on to the patches I did yesterday (r211040 & r211052). This allows us to stay in the fast isel instead of bailing out to DAG when we encounter a global symbol in static linkage unit that might exceed 32bit displacement. It also reverts the test case changes that were necessitated by yesterdays patches.
>>
>> Louis
>>
>>
>> _______________________________________________
>> llvm-commits mailing list
>> llvm-commits at cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>>




More information about the llvm-commits mailing list