[PATCH] D28037: [Altivec] Change vec_sl to a << (b % (sizeof(a) * 8))

Tim Shen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 20 14:10:23 PST 2017


timshen added a comment.

In https://reviews.llvm.org/D28037#652021, @echristo wrote:

> Going to commit this?


I'd like to commit https://reviews.llvm.org/D28329 first. If we commit this now, the normal code will be slower.


https://reviews.llvm.org/D28037





More information about the cfe-commits mailing list