This is an archive of the discontinued LLVM Phabricator instance.

Analysis: Add max recursison to isDereferenceableAndAlignedPointer
ClosedPublic

Authored by arsenm on Jan 13 2020, 5:18 AM.

Details

Summary

Fixes stack overflow in test/CodeGen/X86/large-gep-chain.ll when store
lowering starts adding dereferenceable flags.

Diff Detail

Event Timeline

arsenm created this revision.Jan 13 2020, 5:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 13 2020, 5:18 AM
sanjoy accepted this revision.Jan 27 2020, 6:55 PM
This revision is now accepted and ready to land.Jan 27 2020, 6:55 PM