[PATCH] D14829: [SLP] Vectorize gather-like idioms ending at non-consecutive loads.

Ayal Zaks via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 12 02:42:23 PST 2016


Ayal added a comment.

Functionally this looks fine to me, thanks! I have no further comments. Nadav or Hal should formally LGTMize it though.

> Together, the patch set causes no compile-time regressions and improves spec2006/h264ref by ~6% on our Cortex-A57-like architecture.


Cool. It would be good to record other known gains (povray?). This could be useful, e.g., if one attempts to recognize such patterns starting at consecutive loads going downwards, rather than arbitrary independent GEPs going upwards.


http://reviews.llvm.org/D14829





More information about the llvm-commits mailing list