[PATCH] D99083: [RISCV] Introduce floating point control and state registers

Serge Pavlov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 20 01:40:16 PDT 2021


sepavloff added a comment.

In D99083#2699994 <https://reviews.llvm.org/D99083#2699994>, @craig.topper wrote:

> I don't think we should have unused pseudo instructions since they should all have lit tests. So if they can't be tested soon, they should be added when they are needed.

Patches that implement FLT_ROUNDS_ (D90854 <https://reviews.llvm.org/D90854>) and SET_ROUNDING (D91242 <https://reviews.llvm.org/D91242>) use these instructions and they have tests. It it enough?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99083



More information about the llvm-commits mailing list