We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec149d5 commit b3240b4Copy full SHA for b3240b4
clang/include/clang/CIR/Dialect/Passes.td
@@ -73,8 +73,8 @@ def CIRFlattenCFG : Pass<"cir-flatten-cfg"> {
73
}
74
75
def LoweringPrepare : Pass<"cir-lowering-prepare"> {
76
- let summary = "Lower to more fine-grained CIR operations before lowering to
77
- other dialects";
+ let summary = "Lower to more fine-grained CIR operations before lowering to "
+ "other dialects";
78
let description = [{
79
This pass does preparation work for lowering to other dialects. For example,
80
it may expand the global variable initialziation in a more ABI-friendly form.
0 commit comments