[PATCH] PR17647: ARM IAS needs Alias for MUL/MLA/SMLAL/UMLAL

Renato Golin renato.golin at linaro.org
Tue Jan 14 08:13:39 PST 2014


Hi,

+def : InstAlias<"mla${s}${p} $Rd, $Rn, $Rm, $Ra",
+            (MLA GPR:$Rd, GPR:$Rn, GPR:$Rm, GPR:$Ra, pred:$p, cc_out:$s)>,
+         Requires<[IsARM, NoV6]>;

R15 can't be used on those as well, would be better to use GPRnopc class.

The rest seems fine, thanks!
--renato


On 14 January 2014 01:29, <zhaoshiz at codeaurora.org> wrote:

> Hi,
>
> This patch adds alias of MLA for ARMv4, which is missing by r199026.
>
> See http://llvm.org/bugs/show_bug.cgi?id=17647
>
> Thanks,
>
> Zhaoshi
>
> Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, hosted
> by
> The Linux Foundation
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140114/97d33a18/attachment.html>


More information about the llvm-commits mailing list