Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Fix issue found by buildbot. Locs for Scalar should be requested after VectorMap.operator[] since it may invalidate those.
Paths
| Differential D103954
[SLP] Incorrect handling of external scalar values ClosedPublic Authored by ebrevnov on Jun 9 2021, 4:28 AM.
Details
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jun 9 2021, 4:55 AM Comment Actions Fix issue found by buildbot. Locs for Scalar should be requested after VectorMap.operator[] since it may invalidate those. Closed by commit rG96cded5b796f: [SLP] Incorrect handling of external scalar values (authored by Evgeniy Brevnov <ybrevnov@azul.com>). · Explain WhyJun 15 2021, 11:27 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 351398 llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
llvm/test/Transforms/SLPVectorizer/slp-hr-with-reuse.ll
|