[PATCH] AArch64: Add lowering of llvm.frameaddress and llvm.returnaddress

Weiming Zhao weimingz at codeaurora.org
Tue Oct 29 09:59:19 PDT 2013


Hi Tim,

Thanks for reviewing. The code is mainly based on ARM' version
(ARMISelLowering).

Thanks,
Weiming

Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted by
The Linux Foundation

-----Original Message-----
From: Tim Northover [mailto:t.p.northover at gmail.com] 
Sent: Tuesday, October 29, 2013 3:24 AM
To: Zhao, Weiming
Cc: weimingz at codeaurora.org; llvm-commits
Subject: Re: [PATCH] AArch64: Add lowering of llvm.frameaddress and
llvm.returnaddress

Hi Weiming,

> Attached patch fixes PR17690: 
> http://llvm.org/bugs/show_bug.cgi?id=17690 by add lowering of FRAMEADDR
and RETURNADDR.

I think the patch looks fine (I was confused for a bit over just what
MachineFunction::addLiveIn does, but it seems sufficient for the job at
hand). Thanks for implementing that!

Cheers.

Tim.




More information about the llvm-commits mailing list