[PATCH] D115455: [RISCV] Remove FCSR from RISCVRegisterInfo.

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 00:59:56 PST 2021


sepavloff accepted this revision.
sepavloff added a comment.
This revision is now accepted and ready to land.

Using `fflags` and `frm` separately is almost always more convenient than `fcsr`. The exception is probably the implementation of functions `fegetenv` and `fesetenv`,  but in that case using both `fflags` and `frm` also works.

LGTM


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115455



More information about the llvm-commits mailing list