[all-commits] [llvm/llvm-project] e81f56: [Coroutines] Avoid pointer element access for resu...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Mar 9 05:47:41 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e81f566de6face419813f8aae200921ef709c8d8
      https://github.com/llvm/llvm-project/commit/e81f566de6face419813f8aae200921ef709c8d8
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-03-09 (Wed, 09 Mar 2022)

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroInternal.h

  Log Message:
  -----------
  [Coroutines] Avoid pointer element access for resume function type

For switch ABI, the function type is always "void (%frame*)", so
just hardcode that rather than fetching it from a pointer element
type.




More information about the All-commits mailing list