[PATCH] D104051: [coro] Fix rematerializable instruction sinking to coro.suspend blocks

John McCall via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 23 12:51:24 PDT 2021


rjmccall accepted this revision.
rjmccall added a comment.
This revision is now accepted and ready to land.

Ah, and this is one of those things that probably doesn't affect the C++ lowering because it doesn't pass information directly to and from `coro.suspend`.  LGTM.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104051



More information about the llvm-commits mailing list