[llvm] [MemDep] Mark deps as `Dirty` on translation failure as opposed to `Unknown` (PR #125741)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 4 11:00:42 PST 2025


github-actions[bot] wrote:

<!--LLVM CODE FORMAT COMMENT: {clang-format}-->


:warning: C/C++ code formatter, clang-format found issues in your code. :warning:

<details>
<summary>
You can test this locally with the following command:
</summary>

``````````bash
git-clang-format --diff 6f35a9e7c54d5a3b2ea107b07ece7b376463a0f0 501bcc5b49202d9a7b1c0ada55d13be993b29f38 --extensions cpp -- llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
``````````

</details>

<details>
<summary>
View the diff from clang-format here.
</summary>

``````````diff
diff --git a/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp b/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
index dec49dcff6..092ff3e97e 100644
--- a/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
+++ b/llvm/lib/Analysis/MemoryDependenceAnalysis.cpp
@@ -1412,7 +1412,6 @@ bool MemoryDependenceResults::getNonLocalPointerDepFromBB(
 
         I.setResult(MemDepResult::getDirty(I.getResult().getInst()));
 
-
         break;
       }
     }

``````````

</details>


https://github.com/llvm/llvm-project/pull/125741


More information about the llvm-commits mailing list