[PATCH] D115555: [RISCV] Use AdjustInstrPostInstrSelection to insert a FRM dependency for scalar FP instructions with dynamic rounding mode.

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 10 15:08:46 PST 2021


jrtc27 added a comment.

Regarding something like using pseudos instead, you could, but that's a lot more effort, so if this works it's probably better. If it doesn't work then it's easy enough to switch to something more involved, this is pretty non-invasive.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D115555



More information about the llvm-commits mailing list