[PATCH] D75729: [RISCV] Select +0.0 immediate using fcvt.{d, s}.{x, w} fN, x0
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 11 05:09:02 PDT 2020
luismarques added a comment.
In D75729#1912792 <https://reviews.llvm.org/D75729#1912792>, @rogfer01 wrote:
> Perhaps these are slightly better than just `fcvt` everywhere because they avoid the rounding mode required by `fcvt.s.w` / `fcvt.s.l` / `fcvt.d.l`?
With the rounding mode being stateless (it's per instruction), I'm don't know what the issue would be with that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75729/new/
https://reviews.llvm.org/D75729
More information about the llvm-commits
mailing list