This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Fix order of parameters in cmov ge/le tests
ClosedPublic

Authored by mundaym on Jan 14 2021, 3:36 PM.

Details

Summary

The first parameter should be selected if the condition is true and
the last parameter if the condition is false. Prior to this change
it was the other way round which was confusing.

Diff Detail

Event Timeline

mundaym created this revision.Jan 14 2021, 3:36 PM
mundaym requested review of this revision.Jan 14 2021, 3:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptJan 14 2021, 3:36 PM
This revision was not accepted when it landed; it landed in state Needs Review.Jan 15 2021, 7:37 AM
This revision was automatically updated to reflect the committed changes.