[PATCH] D124309: [SLP] Steer for the best chance in tryToVectorize() when rooting with binary ops.

Valeriy Dmitriev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 16:30:21 PDT 2022


vdmitrie added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/AArch64/invalid_type.ll:7
 ; This test check that slp vectorizer is not trying to vectorize instructions already vectorized.
-; CHECK: remark: <unknown>:0:0: Cannot SLP vectorize list: type <16 x i8> is unsupported by vectorizer
 
----------------
ABataev wrote:
> Do you need to update this test?
I added check for vector types at line 9176 so we now are not reaching emission of the remark.



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124309



More information about the llvm-commits mailing list