[PATCH] D100614: [Coroutine] Collect CoroBegin if all of terminators are dominated by one coro.destroy

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 20 17:53:23 PDT 2021


ychen added inline comments.


================
Comment at: llvm/test/Transforms/Coroutines/coro-elide.ll:97
+  call fastcc void %3(i8* %hdl)
+  ;br label %destroy
+  br i1 %b, label %destroy, label %ret
----------------
Missing a `CHECK`?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100614/new/

https://reviews.llvm.org/D100614



More information about the llvm-commits mailing list