This is an archive of the discontinued LLVM Phabricator instance.

PGO] change InstrProfData.inc for context sensitive PGO
AcceptedPublic

Authored by xur on Nov 6 2018, 12:21 PM.

Details

Reviewers
davidxl
vsk
Summary

Sync InstrProfData.inc from llvm.

Refer to https://reviews.llvm.org/D54175

Diff Detail

Event Timeline

xur created this revision.Nov 6 2018, 12:21 PM
xur updated this revision to Diff 175928.Nov 29 2018, 12:10 PM

Update patch to work with the new version in
https://reviews.llvm.org/D54175

xur updated this revision to Diff 177975.Dec 12 2018, 4:33 PM

synced to newest change

xur updated this revision to Diff 181589.Jan 14 2019, 10:25 AM

Update the patch to sync with
https://reviews.llvm.org/D54175

I noticed that this file is out of sync with the llvm version already, which you are also fixing here. Can you go ahead and commit just the sync with the current llvm head version now as an NFC change so that this patch is just the new changes?

xur updated this revision to Diff 181882.Jan 15 2019, 2:07 PM

As Teresa suggested, split unrelated change to r351257 (NFC)

This revision is now accepted and ready to land.Feb 26 2019, 12:32 PM