This is an archive of the discontinued LLVM Phabricator instance.

[safestack] Fix alignment of dynamic allocas.
ClosedPublic

Authored by eugenis on Nov 24 2015, 5:27 PM.

Details

Reviewers
pcc
Summary

Fixes PR25588.

Diff Detail

Repository
rL LLVM

Event Timeline

eugenis updated this revision to Diff 41101.Nov 24 2015, 5:27 PM
eugenis retitled this revision from to [safestack] Fix alignment of dynamic allocas..
eugenis updated this object.
eugenis added a reviewer: pcc.
eugenis set the repository for this revision to rL LLVM.
eugenis added a subscriber: llvm-commits.
pcc accepted this revision.Nov 25 2015, 2:53 PM
pcc edited edge metadata.

LGTM

This revision is now accepted and ready to land.Nov 25 2015, 2:53 PM
eugenis closed this revision.Nov 25 2015, 2:55 PM

r254109, thanks