[PATCH] D149063: [RISCV] Custom lowering of llvm.is.fpclass

Liao Chunyu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 00:38:03 PDT 2023


liaolucy added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/float-intrinsics.ll:1580
+  ret i1 %1
+}
----------------
arsenm wrote:
> No vector tests 
Thanks. This patch does not involve vectors, I will write another patch for vector support.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149063/new/

https://reviews.llvm.org/D149063



More information about the llvm-commits mailing list