[PATCH] D154695: [Coroutines] Add an O(n) algorithm for computing the cross suspend point information.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 31 19:05:46 PDT 2023


MatzeB added a comment.

> So the problem arose when you applied this patch ? If it is, then it's a problem with this patch, and I need to find out why. Could you provide more info about this?

Unfortunately creating a reproducer will require more time, as currently I only see it happening for internal code (and reducing big codebases is takes time). I should be able to give you a reproducer in the next days.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154695



More information about the llvm-commits mailing list