[PATCH] D152173: [NFC] Remove outdated TODO for `Type::getPointerTo`

Youngsuk Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 09:08:41 PDT 2023


JOE1994 added a comment.

> The TODO is still relevant.

Since the function `getPointerTo` was added back in 2015 (commit 84a138a351d665332477e807b4292c1b1f7dd523),
I assumed that the sole motivation for removing `getPointerTo` is because of the extra code block for handling opaque pointers.

If the plan is to eventually get rid of `getPointerTo`, so I'll close this revision.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D152173/new/

https://reviews.llvm.org/D152173



More information about the llvm-commits mailing list