[PATCH] D105321: [Bitcode][OpaquePtr] Remove usages of PointerType's getElementType()

Zequan Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 16:18:22 PDT 2021


zequanwu created this revision.
zequanwu added reviewers: aeubanks, dblaikie.
Herald added subscribers: jfb, hiraditya.
zequanwu requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Keep track of pointer's element type when parsing typeTable and remove usages of PointerType's `getElementType()`.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105321

Files:
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105321.356040.patch
Type: text/x-patch
Size: 12379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210701/63b2dc52/attachment.bin>


More information about the llvm-commits mailing list