[PATCH] D106039: [AArch64] Fix i128 cmpxchg using ldxp/stxp.
    Fangrui Song via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Tue Jul 20 12:52:35 PDT 2021
    
    
  
MaskRay added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:17058
 
+  unsigned Opcode;
+  switch (MemOp->getMergedOrdering()) {
----------------
This was unused.  I deleted it in 2b79a4eeb101bc9662427353187e35b9bc9da116 to pacify -Wunused-but-set-variable
Repository:
  rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106039/new/
https://reviews.llvm.org/D106039
    
    
More information about the llvm-commits
mailing list