[all-commits] [llvm/llvm-project] 9b3c0f: [RISCV] Add Zbb+Zbt command lines to the signed sa...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Mar 25 17:26:21 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9b3c0f9a544c26ddbc266a7eeb0a8d3af6f71e87
https://github.com/llvm/llvm-project/commit/9b3c0f9a544c26ddbc266a7eeb0a8d3af6f71e87
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-03-25 (Thu, 25 Mar 2021)
Changed paths:
M llvm/test/CodeGen/RISCV/sadd_sat.ll
M llvm/test/CodeGen/RISCV/sadd_sat_plus.ll
M llvm/test/CodeGen/RISCV/ssub_sat.ll
M llvm/test/CodeGen/RISCV/ssub_sat_plus.ll
Log Message:
-----------
[RISCV] Add Zbb+Zbt command lines to the signed saturing add/sub tests.
This will enable cmov to be used for select. I improve the codegen
of select_cc in D99021, but that patch doesn't work for cmov.
More information about the All-commits
mailing list