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

Yoni Lavi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 23 02:51:07 PDT 2022


yoni-lavi updated this revision to Diff 417543.
yoni-lavi added a comment.

- removing all content to check for flaky test timeouts again


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
@@ -24046,6 +24046,7 @@
     MachineMemOperand *MMO;
   };
 
+
   auto getCharacteristics = [](SDNode *N) -> MemUseCharacteristics {
     if (const auto *LSN = dyn_cast<LSBaseSDNode>(N)) {
       int64_t Offset = 0;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D121366.417543.patch
Type: text/x-patch
Size: 437 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220323/e8c1a1b3/attachment.bin>


More information about the llvm-commits mailing list