This is an archive of the discontinued LLVM Phabricator instance.

[llvm-objdump] Use BBEntry::BBID to represent basic block numbers.
ClosedPublic

Authored by rahmanl on Jul 17 2023, 7:24 AM.

Diff Detail

Event Timeline

rahmanl created this revision.Jul 17 2023, 7:24 AM
Herald added a reviewer: MaskRay. · View Herald Transcript
Herald added a project: Restricted Project. · View Herald Transcript
rahmanl requested review of this revision.Jul 17 2023, 7:24 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 17 2023, 7:24 AM
rahmanl added a reviewer: mtrofin.
mtrofin accepted this revision.Jul 17 2023, 12:06 PM
mtrofin added inline comments.
llvm/test/tools/llvm-objdump/X86/elf-bbaddrmap-disassemble-symbolize-operands.yaml
172–173

Nit: maybe use a BB ID-ing that's more "random", like 3-1-2-4 maybe, so something that could be less likely attributable to a reverse engineering of the ID.

This revision is now accepted and ready to land.Jul 17 2023, 12:06 PM
This revision was landed with ongoing or failed builds.Jul 21 2023, 11:46 AM
This revision was automatically updated to reflect the committed changes.