================ @@ -662,13 +665,17 @@ static void printCallCommon(mlir::Operation *op, } printer << "(" << ops << ")"; + if (isNothrow) + printer << " nothrow"; ---------------- bcardosolopes wrote:
Fair, this should go away if we end up using a tablegen based printer/parser at some point. https://github.com/llvm/llvm-project/pull/145178 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits