[PATCH] D94974: [SLP] Try doubled MaxElts for stores vectorization
Anton Afanasyev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 27 09:22:34 PST 2021
anton-afanasyev marked an inline comment as done.
anton-afanasyev added inline comments.
================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/arith-add-ssat.ll:174
; AVX256BW-NEXT: store <4 x i64> [[TMP6]], <4 x i64>* bitcast (i64* getelementptr inbounds ([8 x i64], [8 x i64]* @c64, i32 0, i64 4) to <4 x i64>*), align 8
; AVX256BW-NEXT: ret void
%a0 = load i64, i64* getelementptr inbounds ([8 x i64], [8 x i64]* @a64, i32 0, i64 0), align 8
----------------
RKSimon wrote:
> please can you cleanup all these checks ?
Fixed this line in test or did you mean to precommit check prefixes?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94974/new/
https://reviews.llvm.org/D94974
More information about the llvm-commits
mailing list