This is an archive of the discontinued LLVM Phabricator instance.

[X86] [Win64] Avoid truncating large (> 32 bit) stack allocations
ClosedPublic

Authored by mstorsjo on Nov 26 2019, 12:46 PM.

Details

Summary

This fixes PR44129, which was broken in a7adc3185b (in 7.0.0 and newer).

Diff Detail

Event Timeline

mstorsjo created this revision.Nov 26 2019, 12:46 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 26 2019, 12:46 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
rnk accepted this revision.Nov 26 2019, 3:41 PM

lgtm, thanks!

This revision is now accepted and ready to land.Nov 26 2019, 3:41 PM
This revision was automatically updated to reflect the committed changes.