[PATCH] [AArch64] Add missing register cost calculation for big value types like v4i64 and v8i64

Jiangning Liu liujiangning1 at gmail.com
Wed Dec 4 18:16:31 PST 2013


Committed as r196456.


2013/12/4 Jiangning Liu <liujiangning1 at gmail.com>

> Hi,
>
> Attached patch is to add missing register cost calculation for big value
> types like v4i64 and v8i64.
>
> Without this patch we would see failure in loop invariant code motion
> before register allocation, because LICM needs to estimate register
> pressure by calculating the cost for all value types that could possibly be
> used on MI.
>
> --
> Thanks,
> -Jiangning
>



-- 
Thanks,
-Jiangning
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20131205/ff3d25e4/attachment.html>


More information about the llvm-commits mailing list