[PATCH] D21571: [AArch64] Avoid generating indexed vector instructions for Exynos

Renato Golin via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 2 04:32:33 PDT 2016


rengolin added a comment.

This looks better now, taking the scheduling costs into account. Thanks!

Though, I'm dubious as to whether AArch64InstrInfo.cpp is really the right place to land this. This looks like a job for a new pass...


https://reviews.llvm.org/D21571





More information about the llvm-commits mailing list