[PATCH] D94163: [RISCV] Set dependency on floating point CSRs, 1/3

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 6 10:23:15 PST 2021


craig.topper added a comment.

I still don't understand why the existence of static rounding modes in the ISA requires that we have to use them for the default environment. X86 doesn't have static rounding mode prior to AVX512 so uses dynamic in the default mode.

Do any other targets create 3 variants of instructions like this? X86 definitely doesn't. What makes RISC-V special that it needs to go this extreme?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D94163



More information about the llvm-commits mailing list