[all-commits] [llvm/llvm-project] 62205c: [clang] Remove uses of llvm::Type::getPointerTo() ...

Youngsuk Kim via All-commits all-commits at lists.llvm.org
Sat Sep 30 05:26:17 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 62205c2e60e375f1af7a498be370dd64ff6d8b2a
      https://github.com/llvm/llvm-project/commit/62205c2e60e375f1af7a498be370dd64ff6d8b2a
  Author: JOE1994 <joseph942010 at gmail.com>
  Date:   2023-09-30 (Sat, 30 Sep 2023)

  Changed paths:
    M clang/lib/CodeGen/CGObjCMac.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/MicrosoftCXXABI.cpp

  Log Message:
  -----------
  [clang] Remove uses of llvm::Type::getPointerTo() (NFC)

* Remove if its sole use is to support an unnecessary ptr-to-ptr bitcast
  (remove the bitcast as well)
* Replace with use of other APIs.

NFC opaque pointer cleanup effort.




More information about the All-commits mailing list