llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT--> @llvm/pr-subscribers-clang 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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits