[PATCH] D133688: [RISCV] Lower BUILD_VECTOR to RISCVISD::VID_VL if it is floating-point type.
Han-Kuan Chen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 12 20:13:41 PDT 2022
HanKuanChen added a comment.
In D133688#3784653 <https://reviews.llvm.org/D133688#3784653>, @craig.topper wrote:
> Does this create -0.0 when it is supposed to?
-0.0 will be detected by `IsExact`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133688/new/
https://reviews.llvm.org/D133688
More information about the llvm-commits
mailing list