This is an archive of the discontinued LLVM Phabricator instance.

[Profile] Preserve branch meta data in CGP lowering of select instruction
AbandonedPublic

Authored by davidxl on Sep 1 2016, 2:58 PM.

Details

Summary

When CGP lowers select back to control flow, the weight meta data gets dropped. This patch fixed the problem

Diff Detail

Event Timeline

davidxl updated this revision to Diff 70078.Sep 1 2016, 2:58 PM
davidxl retitled this revision from to [Profile] Preserve branch meta data in CGP lowering of select instruction.
davidxl updated this object.
davidxl added reviewers: dexonsmith, spatel, danielcdh.
danielcdh accepted this revision.Sep 1 2016, 3:41 PM
danielcdh edited edge metadata.
This revision is now accepted and ready to land.Sep 1 2016, 3:41 PM
davidxl edited edge metadata.Sep 1 2016, 4:19 PM
davidxl added a subscriber: llvm-commits.
davidxl abandoned this revision.Sep 1 2016, 4:24 PM

Will recreate a a patch with subscribers properly specified.