================
@@ -53,8 +53,12 @@ void f(int n) {
   // TODO(CIR):
   //__builtin_coro_done(__builtin_coro_frame());
 
-  // TODO(CIR):
-  //__builtin_coro_promise(__builtin_coro_frame(), 48, 0);
+  __builtin_coro_promise(__builtin_coro_frame(), 48, 0);
+  // CIR: %[[ALIGN:.*]] = cir.const #cir.int<48> : !s32i loc(#loc18)
----------------
erichkeane wrote:

don't put the `loc` markers in teh test

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

Reply via email to