[all-commits] [llvm/llvm-project] c1c5da: [RISCV] Merge fp-imm.ll and zfh-imm.ll into float/...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Aug 2 20:20:59 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1c5da8f1f053ea76ef7111904cd33732e21b7ac
https://github.com/llvm/llvm-project/commit/c1c5da8f1f053ea76ef7111904cd33732e21b7ac
Author: Craig Topper <craig.topper at sifive.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
Changed paths:
M llvm/test/CodeGen/RISCV/double-imm.ll
M llvm/test/CodeGen/RISCV/float-imm.ll
R llvm/test/CodeGen/RISCV/fp-imm.ll
M llvm/test/CodeGen/RISCV/half-imm.ll
R llvm/test/CodeGen/RISCV/zfh-imm.ll
Log Message:
-----------
[RISCV] Merge fp-imm.ll and zfh-imm.ll into float/double/half-imm.ll. NFC
fp-imm.ll and zfh-imm.ll test 0.0 and -0.0 while float/double/half-imm.ll
tested other non-zero constants. It seems like they should all be
tested together.
There are slight coverage changes due to different command lines,
but I'm not sure its meaningful. For example, we now don't test
double 0.0 and -0.0 with only the F extension.
Reviewed By: asb
Differential Revision: https://reviews.llvm.org/D156929
More information about the All-commits
mailing list