This is an archive of the discontinued LLVM Phabricator instance.

[JITLink][RISCV] Expose relaxation pass publicly
ClosedPublic

Authored by jobnoorman on Jun 22 2023, 5:33 AM.

Details

Summary

This is useful for contexts where shouldAddDefaultTargetPasses returns
false but that still want to perform relaxation.

Diff Detail

Event Timeline

jobnoorman created this revision.Jun 22 2023, 5:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 5:33 AM
Herald added subscribers: asb, luke, pmatos and 28 others. · View Herald Transcript
jobnoorman requested review of this revision.Jun 22 2023, 5:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 22 2023, 5:33 AM
This revision is now accepted and ready to land.Jun 23 2023, 8:18 AM
This revision was automatically updated to reflect the committed changes.