[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 19:31:08 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?

No. If input contain -0.0, we should skip it.


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