[llvm] [KeyInstr] Add fields to DILocation behind compile time flag (PR #133477)

via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 28 10:54:19 PDT 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 133c1afa8e54d4e9599cb0d8aad843c03f0e63b9 a124bd2afc5b330a0679dc61b4b4faa59fb567e2 --extensions cpp,h -- llvm/include/llvm/IR/DebugInfoMetadata.h llvm/lib/AsmParser/LLParser.cpp llvm/lib/IR/AsmWriter.cpp llvm/lib/IR/DebugInfoMetadata.cpp llvm/lib/IR/LLVMContextImpl.h
``````````

</details>

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

``````````diff
diff --git a/llvm/include/llvm/IR/DebugInfoMetadata.h b/llvm/include/llvm/IR/DebugInfoMetadata.h
index ede3bda5c6..fd25266248 100644
--- a/llvm/include/llvm/IR/DebugInfoMetadata.h
+++ b/llvm/include/llvm/IR/DebugInfoMetadata.h
@@ -2131,6 +2131,7 @@ class DILocation : public MDNode {
                         getRawInlinedAt(), isImplicitCode(), getAtomGroup(),
                         getAtomRank());
   }
+
 public:
   uint64_t getAtomGroup() const {
 #ifdef EXPERIMENTAL_KEY_INSTRUCTIONS

``````````

</details>


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


More information about the llvm-commits mailing list