[all-commits] [llvm/llvm-project] 19ab26: [NFC] [C++20] [Coroutines] Mention the side effect...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Wed Aug 23 19:45:32 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 19ab2664ad3182ffa8fe3a95bb19765e4ae84653
      https://github.com/llvm/llvm-project/commit/19ab2664ad3182ffa8fe3a95bb19765e4ae84653
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-08-24 (Thu, 24 Aug 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst

  Log Message:
  -----------
  [NFC] [C++20] [Coroutines] Mention the side effect of a fix may bring regressions

The fix we sent for https://github.com/llvm/llvm-project/issues/56301
may bring performance regressions. But we didn't mention it in the
ReleaseNotes so that users may get confused. e.g,
https://github.com/llvm/llvm-project/issues/64933. So this patch
mentions the possible side effect and the potential solutions in
https://github.com/llvm/llvm-project/issues/64945 to avoid
misunderstandings.




More information about the All-commits mailing list