[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:00:59 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.h:261
+// Mask assignments for floating-point
+static constexpr FPMASK_Negative_Infinity = 0x001;
+static constexpr FPMASK_Negative_Normal = 0x002;
----------------
I think you lost the `unsigned`?


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