-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CHERI-RISC-V] Expand capability AtomicRMW XCHG in hybrid mode
This allows expanding e.g. `atomicrmw xchg i32 addrspace(200)*` without a library call. Code generation could be improved by adding an explicit pseudo but that can be done as a follow-up change
- Loading branch information
1 parent
04c69db
commit ef40de6
Showing
3 changed files
with
433 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.