This is an archive of the discontinued LLVM Phabricator instance.

MemoryBuiltins: getAllocAlignment is now useful for non-allocator funcs
ClosedPublic

Authored by durin42 on Mar 14 2022, 2:25 PM.

Details

Summary

This has been true since dba73135c8b7a02afb535328a7475e0a6890c271, but
didn't matter until now because clang wasn't emitting allocalign
attributes.

Diff Detail

Event Timeline

durin42 created this revision.Mar 14 2022, 2:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2022, 2:25 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
durin42 requested review of this revision.Mar 14 2022, 2:25 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2022, 2:25 PM
nikic accepted this revision.Apr 6 2022, 2:06 AM
nikic added a subscriber: nikic.

LGTM

This revision is now accepted and ready to land.Apr 6 2022, 2:06 AM
This revision was landed with ongoing or failed builds.Apr 6 2022, 6:51 AM
This revision was automatically updated to reflect the committed changes.