[all-commits] [llvm/llvm-project] 2b0584: [CoroSplit] AllocaUseVisitor visits insertvalue/in...

Weibo He via All-commits all-commits at lists.llvm.org
Wed Sep 10 20:28:42 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2b058411e9718cbda7388e11527e2a57a265d91e
      https://github.com/llvm/llvm-project/commit/2b058411e9718cbda7388e11527e2a57a265d91e
  Author: Weibo He <NewSigma at 163.com>
  Date:   2025-09-11 (Thu, 11 Sep 2025)

  Changed paths:
    M llvm/lib/Transforms/Coroutines/SpillUtils.cpp
    A llvm/test/Transforms/Coroutines/coro-alloca-09.ll

  Log Message:
  -----------
  [CoroSplit] AllocaUseVisitor visits insertvalue/insertelement (#156788)

Pointers to allocas might be escaped by users of
`insertvalue/insertelement`. `AllocaUseVisitor` should visit these
instructions so that CoroSplit can successfully determine which allocas
should live on the frame.



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