[PATCH] [AArch64] Add support for TargetTransformInfo Analysis.
Chandler Carruth
chandlerc at google.com
Wed Feb 19 15:39:58 PST 2014
LGTM with one question:
+ unsigned getRegisterBitWidth(bool Vector) const {
+ if (Vector) {
+ if (ST->hasNEON())
+ return 128;
+ return 0;
+ }
+ return 32;
Hmm, AArch64 has 32-bit width general purpose registers?
On Wed, Feb 19, 2014 at 11:57 AM, Chad Rosier <mcrosier at codeaurora.org>wrote:
> All,
> The attached patch adds the TargetTransformInfo analysis pass in the
> AArch64 backend. We hope to continue better defining the APIs as we move
> forward.
>
> Regards,
> Chad
>
> --
> 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/20140219/53fe6693/attachment.html>
More information about the llvm-commits
mailing list