This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add isel pattern to match X > -1 to bgez.
ClosedPublic

Authored by craig.topper on Feb 23 2021, 12:38 AM.

Diff Detail

Event Timeline

craig.topper created this revision.Feb 23 2021, 12:38 AM
craig.topper requested review of this revision.Feb 23 2021, 12:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2021, 12:38 AM
Herald added a subscriber: MaskRay. · View Herald Transcript

Remove an unnecessary 'the' from comment.

asb accepted this revision.Feb 25 2021, 3:25 AM

LGTM, thanks!

This revision is now accepted and ready to land.Feb 25 2021, 3:25 AM
This revision was automatically updated to reflect the committed changes.