[LLVMdev] Contributing the Apple ARM64 compiler backend

Eric Christopher echristo at gmail.com
Mon Mar 31 12:50:05 PDT 2014


On Mon, Mar 31, 2014 at 12:48 PM, Tim Northover <t.p.northover at gmail.com> wrote:
>> There's already a working fast isel port as well. Though I'm not sure
>> how well tested that's been on linux.
>>
>> Tim?
>
> I've not tested FastISel on Linux at all, I'm afraid. In theory I'd
> expect only minor modifications to be necessary (around global
> variable materialisation, if anywhere).
>

*nod*. That's most of what we needed for ARM as well. Should probably
conditionalize it on os darwin for now until it's tested more with a
command line?

I just wasn't sure if you'd tested it at all there.

-eric



More information about the llvm-dev mailing list