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

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


Author: Amr Hesham
Date: 2025-07-15T13:15:25+02:00
New Revision: b3240b4889bb4b700e655d21e908ae07cfda5a55

URL: https://github.com/llvm/llvm-project/commit/b3240b4889bb4b700e655d21e908ae07cfda5a55
DIFF: https://github.com/llvm/llvm-project/commit/b3240b4889bb4b700e655d21e908ae07cfda5a55.diff

LOG: [CIR][NFC] Fix LoweringPrepare pass multi lines summary (#148826)

Fix the Lowering Prepare a multi-line summary

Added: 
    

Modified: 
    clang/include/clang/CIR/Dialect/Passes.td

Removed: 
    


################################################################################
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.


        


More information about the cfe-commits mailing list