This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Prefer ShortForwardBranch over the fully generic Zicond expansion.
ClosedPublic

Authored by craig.topper on Aug 31 2023, 10:07 AM.

Details

Summary

Short forward branch is shorter than (or (czero.eqz), (czero.nez)).

Diff Detail

Event Timeline

craig.topper created this revision.Aug 31 2023, 10:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2023, 10:07 AM
craig.topper requested review of this revision.Aug 31 2023, 10:07 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 31 2023, 10:07 AM
reames accepted this revision.Aug 31 2023, 10:28 AM

LGTM

This revision is now accepted and ready to land.Aug 31 2023, 10:28 AM
This revision was landed with ongoing or failed builds.Aug 31 2023, 11:08 AM
This revision was automatically updated to reflect the committed changes.