This is an archive of the discontinued LLVM Phabricator instance.

[LLParser,NFC] Simplify forward GV refs update
ClosedPublic

Authored by vitalybuka on Aug 4 2020, 12:18 PM.

Diff Detail

Event Timeline

vitalybuka created this revision.Aug 4 2020, 12:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 4 2020, 12:18 PM
vitalybuka requested review of this revision.Aug 4 2020, 12:18 PM

That certainly looks cleaner, can't recall why I wrote it the original way. But why does this depend on D85182? I must be missing something.

That certainly looks cleaner, can't recall why I wrote it the original way. But why does this depend on D85182? I must be missing something.

Oh no, it's not dependent at all. it's just on the same my local branch so "arc diff" added dependency.

D85269 also is not strictly depend on this. Maybe just consistency as D85269 already use [] instead of insert for the similar code.

tejohnson accepted this revision.Aug 6 2020, 5:26 PM

lgtm. got it, you can presumably remove the "Depends on ..." manually in the commit message to avoid confusion.

This revision is now accepted and ready to land.Aug 6 2020, 5:26 PM
This revision was automatically updated to reflect the committed changes.