[llvm] [coro][pgo] Don't promote pgo counters in the suspend basic block (PR #71263)

Chuanqi Xu via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 16 17:50:19 PST 2023


ChuanqiXu9 wrote:

> > In fact, there are other passes failed to handle the suspend intrinsic. Originally we were wondering if we can fix the issues by providing a new analysis pass (e.g., CoroInfoPass). But we failed to go on (due to limited development resources). So it sounds a good idea to extract the common patterns to common utilities. Although I don't think this should be a requirement for this specific PR.
> 
> Ack. Is there a Discourse topic on this, otherwise I can start one. We could, for example, add a IR validation clause, too.

As far as I know, we don't have such Discourse topic. It is seperated in previous commit review process.

https://github.com/llvm/llvm-project/pull/71263


More information about the llvm-commits mailing list