[clang] [CIR][NFC] Fix LoweringPrepare pass multi lines summary (PR #148826)

via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 15 04:14:28 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clangir

Author: Amr Hesham (AmrDeveloper)

<details>
<summary>Changes</summary>

Fix the Lowering Prepare a multi-line summary

---
Full diff: https://github.com/llvm/llvm-project/pull/148826.diff


1 Files Affected:

- (modified) clang/include/clang/CIR/Dialect/Passes.td (+2-2) 


``````````diff
diff --git a/clang/include/clang/CIR/Dialect/Passes.td b/clang/include/clang/CIR/Dialect/Passes.td
index 65eb857035224..7d5ec2ffed39d 100644
--- a/clang/include/clang/CIR/Dialect/Passes.td
+++ b/clang/include/clang/CIR/Dialect/Passes.td
@@ -73,8 +73,8 @@ def CIRFlattenCFG : Pass<"cir-flatten-cfg"> {
 }
 
 def LoweringPrepare : Pass<"cir-lowering-prepare"> {
-  let summary = "Lower to more fine-grained CIR operations before lowering to
-    other dialects";
+  let summary = "Lower to more fine-grained CIR operations before lowering to "
+    "other dialects";
   let description = [{
     This pass does preparation work for lowering to other dialects. For example,
     it may expand the global variable initialziation in a more ABI-friendly form.

``````````

</details>


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


More information about the cfe-commits mailing list