[clang] [CIR][NFC] Fix LoweringPrepare pass multi lines summary (PR #148826)
Henrich Lauko via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 15 11:34:00 PDT 2025
================
@@ -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 "
----------------
xlauko wrote:
It is used to generate docs and probably help. See: https://llvm.github.io/clangir/Dialect/passes.html#-cir-lowering-prepare
https://github.com/llvm/llvm-project/pull/148826
More information about the cfe-commits
mailing list