[PATCH] D103719: [NFC][OpaquePtr] Avoid calling getPointerElementType()

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 4 14:39:52 PDT 2021


aeubanks created this revision.
Herald added subscribers: kbarton, hiraditya, nemanjai.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Pointee types are going away soon.

For this, we mostly just care about store/load types, which are already
available without the pointee types. The other intrinsics always use
i8*.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D103719

Files:
  llvm/lib/Target/PowerPC/PPCLoopInstrFormPrep.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103719.349974.patch
Type: text/x-patch
Size: 4730 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210604/be72c2fd/attachment.bin>


More information about the llvm-commits mailing list