[PATCH] D59009: [BasicAA] Peak through IntToPtr(Load(%object))

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 5 22:00:46 PST 2019


fhahn abandoned this revision.
fhahn added a comment.

Just realized this went one step too far up the chain. The underlying object is the loaded value from the stack, but we cannot return that from GetUnderlyingObject, because it does not have a pointer type. I'll try to think of something else.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D59009





More information about the llvm-commits mailing list