[PATCH] D45821: [AArch64] improve code generation of vectors smaller than 64 bit

Sebastian Pop via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 09:01:26 PDT 2018


sebpop added a comment.

I am adding test cases for the new vectorized types, and will update the patch shortly.

I will provide performance diff with this patch on spec2000 running on A-72.
On some proprietary benchmarks I have seen several performance improvements,
in particular one implementation of matrix multiplication improved by 10% on A-72.


https://reviews.llvm.org/D45821





More information about the llvm-commits mailing list