This is an archive of the discontinued LLVM Phabricator instance.

[SLP] Incorrect handling of external scalar values
ClosedPublic

Authored by ebrevnov on Jun 9 2021, 4:28 AM.

Diff Detail

Event Timeline

ebrevnov created this revision.Jun 9 2021, 4:28 AM
ebrevnov requested review of this revision.Jun 9 2021, 4:28 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 9 2021, 4:28 AM
This revision is now accepted and ready to land.Jun 9 2021, 4:55 AM
ebrevnov updated this revision to Diff 351089.Jun 10 2021, 1:35 AM

Dummy update to restart testing

ebrevnov updated this revision to Diff 351398.Jun 11 2021, 3:50 AM

Fix issue found by buildbot. Locs for Scalar should be requested after VectorMap.operator[] since it may invalidate those.