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

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 18:50:19 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/test/CodeGen/RISCV/float-intrinsics.ll:1546
+
+define i1 @isnotfinite_fpclasee(float %x) {
+; RV32IF-LABEL: isnotfinite_fpclasee:
----------------
I don't think you fixed all the tests?


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