Factor out findAllocaForValue() from ASan so that we can use it in
MSan to handle lifetime intrinsics.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 30441 Build 30440: arc lint + arc unit
Event Timeline
Comment Actions
This is very similar to GetUnderlyingObject, but it also handles PHIs, has a cache, but does not do InstructionSimplify and does not have a lookup limit.
It would be nice to merge the two.
LGTM