[PATCH] D104432: [Attributor] Introduce AAPointerInfo
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 5 11:55:57 PDT 2021
nikic added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/AttributorAttributes.cpp:1139
+ TypeSize AccessSize =
+ DL.getTypeStoreSize(Ptr.getType()->getPointerElementType());
+ if (!AccessSize.isScalable())
----------------
Access to pointer element type. Is this supposed to use `Ty` instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104432/new/
https://reviews.llvm.org/D104432
More information about the llvm-commits
mailing list