[PATCH] D127471: [Coroutines] Convert coroutine.presplit to enum attr

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jun 10 01:42:59 PDT 2022


ChuanqiXu added a comment.

In D127471#3572616 <https://reviews.llvm.org/D127471#3572616>, @nikic wrote:

> You probably want to add this to `llvm::UpgradeAttributes` as well, to maintain support for old bitcode.

Oh, I feel like it is not so meaningful to keep backward compatibility. We've done some break changes before. Since the primary users of LLVM Coroutines are frontends, it shouldn't be hard for them to update.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D127471



More information about the cfe-commits mailing list