This is an archive of the discontinued LLVM Phabricator instance.

[SelectionDAG] Propagate PCSections through SDNodes
ClosedPublic

Authored by melver on Aug 1 2022, 1:57 AM.

Details

Summary

Add a new entry to SDNodeExtraInfo to propagate PCSections through
SelectionDAG.

Depends on D130881

Diff Detail

Unit TestsFailed

Event Timeline

melver created this revision.Aug 1 2022, 1:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2022, 1:57 AM
melver requested review of this revision.Aug 1 2022, 1:57 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2022, 1:57 AM
melver updated this revision to Diff 450027.Aug 4 2022, 9:57 AM

Rebase.

melver updated this revision to Diff 451408.Aug 10 2022, 3:23 AM

Update RAUW unit test.

vitalybuka accepted this revision.Aug 12 2022, 10:42 AM
This revision is now accepted and ready to land.Aug 12 2022, 10:42 AM
This revision was automatically updated to reflect the committed changes.