Re: ldr instruction selection in the aarch64 backend

2016-02-12 Thread Virendra Kumar Pathak
ro.org] > *On Behalf Of *Virendra Kumar Pathak > *Sent:* Friday, February 5, 2016 6:58 AM > *To:* Linaro Toolchain Mailman List > *Subject:* ldr instruction selection in the aarch64 backend > > > > Hi Linaro Toolchain Group, > > > > I have a question on the l

RE: ldr instruction selection in the aarch64 backend

2016-02-05 Thread Pinski, Andrew
Thanks, Andrew Pinski From: linaro-toolchain [mailto:linaro-toolchain-boun...@lists.linaro.org] On Behalf Of Virendra Kumar Pathak Sent: Friday, February 5, 2016 6:58 AM To: Linaro Toolchain Mailman List Subject: ldr instruction selection in the aarch64 backend Hi Linaro Toolchain Group, I

ldr instruction selection in the aarch64 backend

2016-02-05 Thread Virendra Kumar Pathak
Hi Linaro Toolchain Group, I have a question on the ldr instruction selection in the aarch64 backend. Could someone help me in this regards, please? I am trying to allow only type A instructions while disabling the type B. Type A example: ldr x4, [x20,x1]---> allow Type B example: