[PATCH] D100131: [SLP]Fix PR49898: Infinite loop in SLP vectorizer.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 8 13:58:20 PDT 2021
RKSimon accepted this revision.
RKSimon added a comment.
This revision is now accepted and ready to land.
LGTM with one minor
================
Comment at: llvm/test/Transforms/SLPVectorizer/X86/several_store_chains.ll:4
+
+define void @fusion_1506(i8* %temp_buf1) local_unnamed_addr {
+; CHECK-LABEL: @fusion_1506(
----------------
Please can you add a comment mentioning PR49898 - its useful for keeping track in years to come...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100131/new/
https://reviews.llvm.org/D100131
More information about the llvm-commits
mailing list