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 fc53975 commit dab9c1fCopy full SHA for dab9c1f
mlir/lib/IR/AsmPrinter.cpp
@@ -212,7 +212,8 @@ OpPrintingFlags::OpPrintingFlags()
212
: printDebugInfoFlag(false), printDebugInfoPrettyFormFlag(false),
213
printGenericOpFormFlag(false), skipRegionsFlag(false),
214
assumeVerifiedFlag(false), printLocalScope(false),
215
- printValueUsersFlag(false), printUniqueSSAIDsFlag(false) {
+ printValueUsersFlag(false), printUniqueSSAIDsFlag(false),
216
+ printForceTopLevel(false) {
217
// Initialize based upon command line options, if they are available.
218
if (!clOptions.isConstructed())
219
return;
0 commit comments