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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 13 09:03:20 PST 2023


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

Why was this resolved? It doesn't look addressed.

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


More information about the llvm-commits mailing list