As the llvm::getUnderlyingObjects helper, the optimistic version
collects objects that might be the base of a given pointer. In contrast
to the llvm variant, the optimistic one will use assumed information,
e.g., about select conditions or dead blocks, to provide a more precise
result.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Very small nit. LGTM
llvm/lib/Transforms/IPO/AttributorAttributes.cpp | ||
---|---|---|
357 | NIT: getUnderlyingObject never returns nullptr. |
NIT: getUnderlyingObject never returns nullptr.