[PATCH] D94729: [RISCV][NFC] Fix order of parameters in cmov ge/le tests
Michael Munday via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 15:36:17 PST 2021
mundaym created this revision.
mundaym added reviewers: luismarques, asb.
Herald added subscribers: frasercrmck, NickHung, evandro, apazos, sameer.abuasal, pzheng, s.egerton, Jim, benna, psnobl, jocewei, PkmX, the_o, brucehoult, MartinMosbeck, rogfer01, edward-jones, zzheng, jrtc27, shiva0217, kito-cheng, niosHD, sabuasal, simoncook, johnrusso, rbar.
mundaym requested review of this revision.
Herald added subscribers: llvm-commits, MaskRay.
Herald added a project: LLVM.
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.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D94729
Files:
llvm/test/CodeGen/RISCV/rv32Zbt.ll
llvm/test/CodeGen/RISCV/rv64Zbt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94729.316797.patch
Type: text/x-patch
Size: 15884 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210114/b10abdf7/attachment.bin>
More information about the llvm-commits
mailing list