[PATCH] D87817: [LICM][Coroutine] Don't sink stores to coroutine suspend point.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 17 16:01:59 PDT 2020


efriedma added a comment.

If there are transformations that are specifically illegal with corouties, I'd like to see a section in https://llvm.org/docs/Coroutines.html describing what transforms are and are not legal.  Just saying that the current version of the coroutine lowering code can't handle it isn't sufficient.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87817



More information about the llvm-commits mailing list