This is an archive of the discontinued LLVM Phabricator instance.

[AIX][AsmPrinter] Print Symbol in comments for TOC load
ClosedPublic

Authored by jsji on May 21 2021, 3:07 PM.

Details

Summary

We are using TOCEntry symbols like LC..0 in TOC loads,
this is hard to read , at least requiring an additional step to figure
out the loaded symbols.

We should print out the name in comments.

Diff Detail

Event Timeline

jsji created this revision.May 21 2021, 3:07 PM
jsji requested review of this revision.May 21 2021, 3:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2021, 3:07 PM
jsji updated this revision to Diff 347165.May 21 2021, 7:09 PM

Update update_llc_test tests as well.

shchenz accepted this revision.May 23 2021, 6:31 PM

Like this improvement. It will make the assembly be more clear. LGTM

This revision is now accepted and ready to land.May 23 2021, 6:31 PM
This revision was automatically updated to reflect the committed changes.