[PATCH] D121366: Allow ImproveChain to get past relaxed atomics

Yoni Lavi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 24 06:04:26 PDT 2022


yoni-lavi added inline comments.


================
Comment at: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:24071
+      return {AN->isVolatile(), AN->isAtomic(),          AN->getBasePtr(),
+              Offset,           Optional<int64_t>(Size), AN->getMemOperand()};
+    }
----------------
yoni-lavi wrote:
> RKSimon wrote:
> > is this how clang-format formats the code?
> yes. (the phabricator build if clang-format wants to re-format your code...)
> 
no idea why editing isn't allowed ... but, I meant to write: "the phabricator build fails if ..."


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D121366



More information about the llvm-commits mailing list