[all-commits] [llvm/llvm-project] 479d68: [Coroutines] Support opaque pointers in solveTypeN...

Nikita Popov via All-commits all-commits at lists.llvm.org
Thu Mar 10 00:34:10 PST 2022


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

  Changed paths:
    M llvm/lib/Transforms/Coroutines/CoroFrame.cpp

  Log Message:
  -----------
  [Coroutines] Support opaque pointers in solveTypeName()

As far as I can tell, these names are only intended to be
informative, so just use a generic "PointerType" for opaque pointers.

The code in solveDIType() also treats pointers as basic types (and
does not try to encode the pointed-to type further), so I believe
this should be fine.

Differential Revision: https://reviews.llvm.org/D121280




More information about the All-commits mailing list