This is an archive of the discontinued LLVM Phabricator instance.

[X86][FixupBWInsts] Fix propagation of !pcsections metadata
ClosedPublic

Authored by melver on Feb 23 2023, 2:42 PM.

Details

Summary

Use MIMetadata() to propagate both DebugLoc and !pcsections metadata.

This fixes several of the non-native sized !pcsections tests in
pcsections-atomics.ll.

Depends on D144710

Diff Detail

Event Timeline

melver created this revision.Feb 23 2023, 2:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2023, 2:42 PM
melver requested review of this revision.Feb 23 2023, 2:42 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2023, 2:42 PM
dvyukov accepted this revision.Feb 23 2023, 10:57 PM
This revision is now accepted and ready to land.Feb 23 2023, 10:57 PM
melver updated this revision to Diff 500108.Feb 24 2023, 1:37 AM
melver edited the summary of this revision. (Show Details)

Update dependency

This revision was landed with ongoing or failed builds.Feb 27 2023, 3:17 AM
This revision was automatically updated to reflect the committed changes.