[llvm] [RISCV] Initial ISel support for the experimental zacas extension (PR #67918)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 09:05:43 PST 2023


================
@@ -728,6 +807,72 @@ bool RISCVExpandAtomicPseudo::expandAtomicCmpXchg(
   return true;
 }
 
+static Register getGPRPairEvenReg(Register PairedReg) {
+  switch (PairedReg) {
----------------
dtcxzyw wrote:

I will push my local changes later.


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


More information about the llvm-commits mailing list