[PATCH] D110069: AArch64: use `CAS` instead of `LDX`/`STX` for more ops if available

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 12 18:24:37 PST 2022


efriedma added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/arm64-atomic-128.ll:836
+; OUTLINE-NEXT:    // =>This Inner Loop Header: Depth=1
+; OUTLINE-NEXT:    ldaxp xzr, x8, [x2]
+; OUTLINE-NEXT:    stlxp w8, x0, x1, [x2]
----------------
efriedma wrote:
> This bug got fixed, right?
Nevermind, this isn't a bug; got it confused with a different issue.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110069/new/

https://reviews.llvm.org/D110069



More information about the llvm-commits mailing list