This is an archive of the discontinued LLVM Phabricator instance.

[GlobalsAA] Don't let dbg intrinsics affect analysis result
ClosedPublic

Authored by uabelho on Jan 12 2018, 3:57 AM.

Details

Summary

This fixes PR35899.

Debug info intrinsics shouldn't affect code generation so ignore them
in GlobalsAA.

Diff Detail

Repository
rL LLVM

Event Timeline

uabelho created this revision.Jan 12 2018, 3:57 AM

Does this make sense at all? I don't know the code so it's just guessing from my side.

aprantl accepted this revision.Jan 12 2018, 8:43 AM

That looks correct to me.

This revision is now accepted and ready to land.Jan 12 2018, 8:43 AM
This revision was automatically updated to reflect the committed changes.

That looks correct to me.

Thanks!