[all-commits] [llvm/llvm-project] 0eb560: [Coroutines] Don't assert if coro-early runs more ...

Hans Wennborg via All-commits all-commits at lists.llvm.org
Wed Apr 9 09:59:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0eb560a4dee05a55781f44c60c8164aef3bcf04c
      https://github.com/llvm/llvm-project/commit/0eb560a4dee05a55781f44c60c8164aef3bcf04c
  Author: Hans Wennborg <hans at hanshq.net>
  Date:   2025-04-09 (Wed, 09 Apr 2025)

  Changed paths:
    M llvm/include/llvm/Transforms/Coroutines/CoroInstr.h
    A llvm/test/Transforms/Coroutines/coro-early-twice.ll

  Log Message:
  -----------
  [Coroutines] Don't assert if coro-early runs more than once (#134854)

The pass may run more than once during ThinLTO for example (see bug).
Maybe that means those pass pipelines aren't optimal, but the pass
should be resilient against that.

Fixes #134054



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list