[Mlir-commits] [mlir] [MLIR][LLVM] Support Recursive DITypes (PR #80251)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Feb 29 22:05:53 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 3761ad01e125e3b38ed2d6f40b3cbcbac13611a5 5d02ffa3a5deadfd57c6ff38b7a2ad41e23641f0 -- mlir/include/mlir/Dialect/LLVMIR/LLVMAttrs.h mlir/lib/Dialect/LLVMIR/IR/LLVMAttrs.cpp mlir/lib/Target/LLVMIR/DebugImporter.cpp mlir/lib/Target/LLVMIR/DebugImporter.h mlir/lib/Target/LLVMIR/DebugTranslation.cpp mlir/lib/Target/LLVMIR/DebugTranslation.h
``````````

</details>

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

``````````diff
diff --git a/mlir/lib/Target/LLVMIR/DebugImporter.h b/mlir/lib/Target/LLVMIR/DebugImporter.h
index a320e6e444..02968ec750 100644
--- a/mlir/lib/Target/LLVMIR/DebugImporter.h
+++ b/mlir/lib/Target/LLVMIR/DebugImporter.h
@@ -93,7 +93,8 @@ private:
 
   /// A mapping between LLVM debug metadata and the corresponding attribute.
   DenseMap<llvm::DINode *, DINodeAttr> nodeToAttr;
-  /// A mapping between distinct LLVM debug metadata nodes and the corresponding distinct id attribute.
+  /// A mapping between distinct LLVM debug metadata nodes and the corresponding
+  /// distinct id attribute.
   DenseMap<llvm::DINode *, DistinctAttr> nodeToDistinctAttr;
 
   /// A stack that stores the metadata type nodes that are being traversed. The

``````````

</details>


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


More information about the Mlir-commits mailing list