[all-commits] [llvm/llvm-project] bf1aa5: [RISCV][NFC] Fix order of parameters in cmov ge/le...
Michael Munday via All-commits
all-commits at lists.llvm.org
Fri Jan 15 07:41:22 PST 2021
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf1aa5db5c76d187df8dfef28bc5b8889fb53c4b
https://github.com/llvm/llvm-project/commit/bf1aa5db5c76d187df8dfef28bc5b8889fb53c4b
Author: Michael Munday <mike.munday at lowrisc.org>
Date: 2021-01-15 (Fri, 15 Jan 2021)
Changed paths:
M llvm/test/CodeGen/RISCV/rv32Zbt.ll
M llvm/test/CodeGen/RISCV/rv64Zbt.ll
Log Message:
-----------
[RISCV][NFC] Fix order of parameters in cmov ge/le tests
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.
Differential Revision: https://reviews.llvm.org/D94729
More information about the All-commits
mailing list