[all-commits] [llvm/llvm-project] b7376c: [RISCV][NFC] Add comments and tests for frint case...
Yeting Kuo via All-commits
all-commits at lists.llvm.org
Tue Dec 19 22:56:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b7376c319630a6b8395f3df5a46ba73e8fe29ea9
https://github.com/llvm/llvm-project/commit/b7376c319630a6b8395f3df5a46ba73e8fe29ea9
Author: Yeting Kuo <46629943+yetingk at users.noreply.github.com>
Date: 2023-12-20 (Wed, 20 Dec 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/double-round-conv-sat.ll
M llvm/test/CodeGen/RISCV/float-round-conv-sat.ll
M llvm/test/CodeGen/RISCV/half-round-conv-sat.ll
Log Message:
-----------
[RISCV][NFC] Add comments and tests for frint case of performFP_TO_INT_SATCombine. (#76014)
performFP_TO_INT_SATCombine could also serve pattern (fp_to_int_sat
(frint X)).
More information about the All-commits
mailing list