[all-commits] [llvm/llvm-project] ed9b35: Coroutines: Handle non-zero stack address space (#...

Ruiling, Song via All-commits all-commits at lists.llvm.org
Fri Sep 22 05:29:57 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ed9b354379db70c7135ba3daaecdad5356f40dd5
      https://github.com/llvm/llvm-project/commit/ed9b354379db70c7135ba3daaecdad5356f40dd5
  Author: Ruiling, Song <ruiling.song at amd.com>
  Date:   2023-09-22 (Fri, 22 Sep 2023)

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp
    A llvm/test/Transforms/Coroutines/coro-alloca-with-addrspace.ll

  Log Message:
  -----------
  Coroutines: Handle non-zero stack address space (#67092)

The stack might be in a different address space, in which case, bitcast
does not work. We should use addrspacecast. As we do not support typed
pointer anymore, so we do not need a bitcast here anymore.




More information about the All-commits mailing list