This is an archive of the discontinued LLVM Phabricator instance.

[clang] Set max allowed alignment to 2^32
ClosedPublic

Authored by aeubanks on Oct 6 2021, 11:23 AM.

Details

Summary

Followup to D110451 which set LLVM's max allowed alignment to 2^32.

Diff Detail

Event Timeline

aeubanks created this revision.Oct 6 2021, 11:23 AM
aeubanks requested review of this revision.Oct 6 2021, 11:23 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 6 2021, 11:23 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
hans added a comment.Oct 7 2021, 7:13 AM

Is there any codegen test we could update to check that a high alignment value makes it all the way through to the IR?

aeubanks updated this revision to Diff 377915.Oct 7 2021, 11:04 AM

add more codegen tests

hans accepted this revision.Oct 7 2021, 11:35 AM
This revision is now accepted and ready to land.Oct 7 2021, 11:35 AM
This revision was automatically updated to reflect the committed changes.