[all-commits] [llvm/llvm-project] 577fea: [CGAtomic] Delete outdated code comparing success/...

Eli Friedman via All-commits all-commits at lists.llvm.org
Fri May 28 15:36:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 577fea4e1a13319adf2b660f57bf570195a7f78d
      https://github.com/llvm/llvm-project/commit/577fea4e1a13319adf2b660f57bf570195a7f78d
  Author: Eli Friedman <efriedma at quicinc.com>
  Date:   2021-05-28 (Fri, 28 May 2021)

  Changed paths:
    M clang/lib/CodeGen/CGAtomic.cpp

  Log Message:
  -----------
  [CGAtomic] Delete outdated code comparing success/failure ordering for cmpxchg.

This doesn't actually have any effect: we only call this code with
SequentiallyConsistent orderings.  But delete it anyway for consistency
with other recent changes.




More information about the All-commits mailing list