[PATCH] D57059: [SLP] Initial support for the vectorization of the non-power-of-2 vectors.

Dinar Temirbulatov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 21 15:03:01 PDT 2020


dtemirbulatov added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:2625
+  }
+  auto InstructionsOnly = make_filter_range(VL, Instruction::classof);
 
----------------
what do you think about defining InstructionsOnly in InstructionsState?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D57059





More information about the llvm-commits mailing list