Closed
Description
Now that LLVM has support for atomic CAS on RISC-V it would be good to enable it in rustc for that backend. I think this should just be a matter of updating LLVM (or cherry picking the relevant commit? Not entirely sure how that works) and then flipping the switch.