[PATCH] D121366: Allow ImproveChain to get past relaxed atomics
Yoni Lavi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 11 02:11:36 PST 2022
yoni-lavi updated this revision to Diff 414620.
yoni-lavi added a comment.
- Emptying my diff just to check test stability
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121366/new/
https://reviews.llvm.org/D121366
Files:
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
Index: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
===================================================================
--- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
+++ llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -24238,6 +24238,7 @@
++Depth;
continue;
}
+
// Everything else
if (ImproveChain(Chain)) {
// Updated Chain Found, Consider new chain if one exists.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121366.414620.patch
Type: text/x-patch
Size: 408 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220311/7d151608/attachment.bin>
More information about the llvm-commits
mailing list