[clang] [llvm] [RISC-V] Add CSR read/write builtins (PR #85091)

Jessica Clarke via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 14 11:52:17 PDT 2024


jrtc27 wrote:

You can just use `({ ... })` to achieve that same goal with inline assembly (and write doesn't even need that, you can do it with a single statement). I'm not convinced the intrinsics gain you anything.

https://github.com/llvm/llvm-project/pull/85091


More information about the cfe-commits mailing list