================
@@ -83,7 +83,7 @@ gen no_throwing() {
 // CHECK: define{{.*}}@_Z11no_throwingv.destroy({{.*}}%[[ARG:.+]])
 // CHECK: %[[RESUME_FN_ADDR:.+]] = load ptr, ptr %[[ARG]]
 // CHECK: %[[IF_NULL:.+]] = icmp eq ptr %[[RESUME_FN_ADDR]], null
-// CHECK: br i1 %[[IF_NULL]], label %[[AFTERSUSPEND:.+]], label 
%[[CORO_FREE:.+]]
+// CHECK: br i1 %[[IF_NULL]], label %[[AFTERSUSPEND:.+]], label 
%[[CORO_FREE:[^,]+]]
----------------
NewSigma wrote:

I don't see any test failures after reverting this; is this change necessary?

https://github.com/llvm/llvm-project/pull/184466
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to