[PATCH] D71542: [coroutines][PR41909] don't build dependent coroutine statements if the coroutine still has a dependent promise type

Brian Gesiak via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 18 09:51:10 PST 2019


modocache requested changes to this revision.
modocache added a comment.
This revision now requires changes to proceed.

Great minds think alike! This looks like the patch I sent in November, D70579 <https://reviews.llvm.org/D70579>.  I only just committed it two days ago in rG376cf43 <https://reviews.llvm.org/rG376cf43729c8025eecbd2969522c5687f2a3919f>, but I ought to have updated the bug report. Thanks for pointing this out!

Unfortunately we duplicated some work here, and so I'm not sure this patch is needed.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71542





More information about the cfe-commits mailing list