[PATCH] D113528: [RISCV] Fix non-sensical intrinsic names in rv64i-single-softfloat.ll. NFC
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 9 17:19:29 PST 2021
craig.topper added a comment.
In D113528#3120193 <https://reviews.llvm.org/D113528#3120193>, @jrtc27 wrote:
> Looks like they've been broken the whole time; see D65497 <https://reviews.llvm.org/D65497>. Also no clue what fpround is meant to be, all seven (floor, ceil, trunc, rint, nearbyint, round, roundeven) of the rounding intrinsics are already tested (modulo the typos).
This is the only place these are tested with softfloat isn't it?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113528/new/
https://reviews.llvm.org/D113528
More information about the llvm-commits
mailing list