[PATCH] D70068: [SLP] Enhance SLPVectorizer to vectorize vector aggregate
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 11 03:49:41 PST 2019
RKSimon added reviewers: ABataev, dtemirbulatov, spatel, vporpo.
RKSimon added inline comments.
================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/pr42022.ll:4
+
+%struct.Vector4 = type { float, float, float, float }
+
----------------
Regenerate with update_test_checks.py ?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70068/new/
https://reviews.llvm.org/D70068
More information about the llvm-commits
mailing list