[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 11:52:43 PDT 2023


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfo.h:261
+// Mask assignments for floating-point
+const unsigned FPMASK_Negative_Infinity = 0x001;
+const unsigned FPMASK_Negative_Normal = 0x002;
----------------
Use `static constexpr`


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