[llvm] [StructuralHash] Global Variable (PR #118412)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 2 15:32:00 PST 2024
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 5f881b7139bba1b8cd5c09ea021c78b92d1e72c9 2a5692354173569709f94cf12510cdfc0adce483 --extensions cpp,h -- llvm/include/llvm/IR/StructuralHash.h llvm/lib/CodeGen/MachineStableHash.cpp llvm/lib/IR/StructuralHash.cpp
``````````
</details>
<details>
<summary>
View the diff from clang-format here.
</summary>
``````````diff
diff --git a/llvm/include/llvm/IR/StructuralHash.h b/llvm/include/llvm/IR/StructuralHash.h
index f91eb0f5b6..514dd6f174 100644
--- a/llvm/include/llvm/IR/StructuralHash.h
+++ b/llvm/include/llvm/IR/StructuralHash.h
@@ -31,7 +31,6 @@ class Module;
/// to true includes instruction and operand type information.
stable_hash StructuralHash(const Function &F, bool DetailedHash = false);
-
/// Returns a hash of the global variable \p G.
stable_hash StructuralHash(const GlobalVariable &G);
``````````
</details>
https://github.com/llvm/llvm-project/pull/118412
More information about the llvm-commits
mailing list