[PATCH] D113703: [RISCV] Reduce duplicate FP test cases.
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 11 12:34:19 PST 2021
craig.topper updated this revision to Diff 386624.
craig.topper added a comment.
-Remove some things from -intrinsics.ll instead.
-Keep copysign and fabs in -arith.. so that all the sign injection tests are together.
-Kept FMA in arith because it had more complete coverage with negations. May
change FMA in another patch. We need negation coverage on fmuladd intrinsic too.
So maybe an fma file for fma and fmuladd makes sense?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113703/new/
https://reviews.llvm.org/D113703
Files:
llvm/test/CodeGen/RISCV/double-arith.ll
llvm/test/CodeGen/RISCV/double-intrinsics.ll
llvm/test/CodeGen/RISCV/float-arith.ll
llvm/test/CodeGen/RISCV/float-intrinsics.ll
llvm/test/CodeGen/RISCV/half-arith.ll
llvm/test/CodeGen/RISCV/half-intrinsics.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113703.386624.patch
Type: text/x-patch
Size: 43580 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211111/7303e114/attachment.bin>
More information about the llvm-commits
mailing list