================
@@ -662,13 +665,17 @@ static void printCallCommon(mlir::Operation *op,
}
printer << "(" << ops << ")";
+ if (isNothrow)
+ printer << " nothrow";
----------------
bcardosolopes wrote:
and here!
https://github.com/llvm/llvm-project/pull/145178