[PATCH] D79509: [RISCV] Support CLIC interruption mode named operands for CSR instructions

Jessica Clarke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 10 17:25:31 PDT 2021


jrtc27 added a comment.

Especially since there is shipping hardware with an implementation of a draft CLIC spec. As the spec evolves we would change the CSRs here, breaking code, but if you just `#define` to your particular platform's version of the CLIC then it will keep working forever.


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

https://reviews.llvm.org/D79509



More information about the llvm-commits mailing list