[PATCH] D133688: [RISCV] Lower BUILD_VECTOR to RISCVISD::VID_VL if it is floating-point type.

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 12 20:28:29 PDT 2022


craig.topper added a comment.

In D133688#3785471 <https://reviews.llvm.org/D133688#3785471>, @HanKuanChen wrote:

> 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`.

Can we have a test case for that?


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