GetUnderlyingObjects() can return "null" among its list of objects,
we don't want to deduce that two pointers can point to the same
memory in this case, so filter it out.
Details
Details
- Reviewers
anemet
Diff Detail
Diff Detail
Paths
| Differential D14364
Fix LoopAccessAnalysis when potentially nullptr check are involved ClosedPublic Authored by mehdi_amini on Nov 4 2015, 6:14 PM.
Details
Summary GetUnderlyingObjects() can return "null" among its list of objects,
Diff Detail Event Timelinemehdi_amini retitled this revision from to Fix LoopAccessAnalysis when potentially nullptr check are involved. mehdi_amini updated this object. This revision is now accepted and ready to land.Nov 4 2015, 9:19 PM
Revision Contents
Diff 39316 lib/Analysis/LoopAccessAnalysis.cpp
test/Analysis/LoopAccessAnalysis/nullptr.ll
|
No {}