This is an archive of the discontinued LLVM Phabricator instance.

[BOLT] Remove unneeded dyncasts
ClosedPublic

Authored by urnathan on Apr 20 2023, 3:14 PM.

Details

Summary

AFAICT these dyncasts cannot fail -- we've already checked the ELF format when loading up the executable, and will have already bailed there if there was a mismatch.

Diff Detail

Event Timeline

urnathan created this revision.Apr 20 2023, 3:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 20 2023, 3:14 PM
urnathan requested review of this revision.Apr 20 2023, 3:14 PM
This revision is now accepted and ready to land.Apr 20 2023, 7:39 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptApr 21 2023, 10:41 AM