[PATCH] D46010: [AArch64] Improve cost of vector division by constant

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 4 12:58:19 PDT 2018


evandro added a comment.

I tired this patch on Exynos and the performance of SPEC CPU2000 was virtually neutral, even if slightly negative overall in the integer score.  Perhaps the defaults costs are too optimistic about the relative difference between multiply and add?


https://reviews.llvm.org/D46010





More information about the llvm-commits mailing list