[all-commits] [llvm/llvm-project] d29e31: [OpaquePtrs] Add getNonOpaquePointerElementType() ...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Jan 24 01:04:06 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d29e319263de17516f50cd46edbf1e62c1289dd4
      https://github.com/llvm/llvm-project/commit/d29e319263de17516f50cd46edbf1e62c1289dd4
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M llvm/include/llvm/IR/Type.h
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/IR/Core.cpp
    M llvm/lib/Transforms/Coroutines/Coroutines.cpp
    M llvm/lib/Transforms/Scalar/SROA.cpp

  Log Message:
  -----------
  [OpaquePtrs] Add getNonOpaquePointerElementType() method (NFC)

This method is intended for use in places that cannot be reached
with opaque pointers, or part of deprecated methods. This makes
it easier to see that some uses of getPointerElementType() don't
need further action.

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




More information about the All-commits mailing list