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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 20 10:53:34 PST 2020


xbolva00 added inline comments.


================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/pr47623.ll:26
 ;
 ; AVX-LABEL: @foo(
+; AVX-NEXT:    [[TMP1:%.*]] = load i32, i32* getelementptr inbounds ([8 x i32], [8 x i32]* @b, i64 0, i64 0), align 16
----------------
Regression on avx?


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