[PATCH] D104122: [SLP]Improve vectorization of stores.

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 16 00:44:07 PDT 2021


RKSimon added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/stores-non-ordered.ll:23
+; CHECK-NEXT:    [[TMP13:%.*]] = mul <2 x i32> [[TMP3]], [[TMP9]]
+; CHECK-NEXT:    [[TMP14:%.*]] = mul <2 x i32> [[TMP6]], [[TMP12]]
 ; CHECK-NEXT:    br label [[BLOCK1:%.*]]
----------------
We've managed to increase the number of gathers - which can''t be good....


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104122/new/

https://reviews.llvm.org/D104122



More information about the llvm-commits mailing list