[PATCH] D141164: [AAUnderlyingObjects] Introduce an AA for getting underlying objects of a pointer

Shilei Tian via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 9 15:47:39 PST 2023


tianshilei1992 added a comment.

In D141164#4037982 <https://reviews.llvm.org/D141164#4037982>, @cmtice wrote:

> It appears that the actual problem is your use of an uninitialized Boolean, UsedAssumedInformation, which you declare but don't initialize on line 11231 of AttributorAttributes.cpp, then proceed to pass into other functions without initializing it first.

They will be written in the callee. It is passed as a reference `&`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141164



More information about the llvm-commits mailing list