This is an archive of the discontinued LLVM Phabricator instance.

[PGO][CHR] Speed up following long, interlinked use-def chains.
ClosedPublic

Authored by hjyamauchi on Sep 4 2019, 3:45 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

hjyamauchi created this revision.Sep 4 2019, 3:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 4 2019, 3:45 PM
davidxl accepted this revision.Sep 4 2019, 7:01 PM

you can probably speed up it a little by using the insert interface, but it may make code less readable. LGTM

This revision is now accepted and ready to land.Sep 4 2019, 7:01 PM
hjyamauchi updated this revision to Diff 218941.Sep 5 2019, 9:53 AM

Use insert.

you can probably speed up it a little by using the insert interface, but it may make code less readable. LGTM

Done.

This revision was automatically updated to reflect the committed changes.