This is an archive of the discontinued LLVM Phabricator instance.

[PGO][PGSO] Add profile guided size optimization to X86 ISel Lowering.
ClosedPublic

Authored by hjyamauchi on Jul 7 2020, 11:37 AM.

Details

Diff Detail

Event Timeline

hjyamauchi created this revision.Jul 7 2020, 11:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 7 2020, 11:37 AM
Herald added a subscriber: hiraditya. · View Herald Transcript
RKSimon added a subscriber: RKSimon.

You should probably commit the additional tests to trunk with its current codegen and then rebase the patch to show the diff.

hjyamauchi updated this revision to Diff 276556.Jul 8 2020, 2:22 PM

Rebased on the split tests (D83424).

You should probably commit the additional tests to trunk with its current codegen and then rebase the patch to show the diff.

Done. The tests are separated into D83424 and this patch is now rebased on top of it.

RKSimon accepted this revision.Jul 9 2020, 1:51 AM

LGTM - cheers

This revision is now accepted and ready to land.Jul 9 2020, 1:51 AM