[PATCH] D58932: [RISCV] Allow access to FP CSRs without F extension

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 06:20:01 PST 2019


asb added a reviewer: asb.
asb requested changes to this revision.
asb added a comment.
This revision now requires changes to proceed.

The behaviour I'm seeing with a recent-ish GCC toolchain is that the floating points CSR names are accepted regardless of -march, but the pseudoinstructions (e.g. frcsr) require the F extension to be enabled.


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

https://reviews.llvm.org/D58932





More information about the llvm-commits mailing list