[PATCH] D39606: [SLP] Fix PR23510: Try to find best possible vectorizable stores.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 4 10:47:52 PDT 2017
RKSimon added inline comments.
================
Comment at: test/Transforms/SLPVectorizer/X86/stores_vectorize.ll:34
+; CHECK-NEXT: [[TMP4:%.*]] = lshr <4 x i64> [[TMP3]], <i64 5, i64 5, i64 5, i64 5>
+; CHECK-NEXT: [[TMP5:%.*]] = bitcast i64* [[P3]] to <4 x i64>*
+; CHECK-NEXT: store <4 x i64> [[TMP4]], <4 x i64>* [[TMP5]], align 8
----------------
TMP2 and TMP5 are the same?
https://reviews.llvm.org/D39606
More information about the llvm-commits
mailing list