This is an archive of the discontinued LLVM Phabricator instance.

[ARC] Add option to ARCOptAddrMode to disable the pass and diagnose errors
ClosedPublic

Authored by marksl on Oct 6 2021, 12:01 PM.

Details

Summary

This change adds an option that allows you to dump the machine instructions before and after the pass to easily see what change was made by the pass. The option is defined as a set of bits. One of those bits also allows you to disable the pass.

Diff Detail

Event Timeline

marksl created this revision.Oct 6 2021, 12:01 PM
marksl requested review of this revision.Oct 6 2021, 12:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2021, 12:01 PM
jdpickens accepted this revision.Oct 7 2021, 8:15 AM
This revision is now accepted and ready to land.Oct 7 2021, 8:15 AM