[all-commits] [llvm/llvm-project] 8860f1: [RISCV] Add Zbb command lines to uadd/usub/sadd/ss...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Feb 18 11:42:11 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8860f190347467ae9ad2d8688f0ce7feaef4bbfc
https://github.com/llvm/llvm-project/commit/8860f190347467ae9ad2d8688f0ce7feaef4bbfc
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-02-18 (Thu, 18 Feb 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
M llvm/test/CodeGen/RISCV/uadd_sat.ll
M llvm/test/CodeGen/RISCV/uadd_sat_plus.ll
M llvm/test/CodeGen/RISCV/usub_sat.ll
M llvm/test/CodeGen/RISCV/usub_sat_plus.ll
Log Message:
-----------
[RISCV] Add Zbb command lines to uadd/usub/sadd/ssub tests.
The expansions of the saturating intrinsics can make use of
the min(u)/max(u) instructions in Zbb.
More information about the All-commits
mailing list