This is an archive of the discontinued LLVM Phabricator instance.

llvm: only use allocalign for allocation functions
AbandonedPublic

Authored by durin42 on Feb 8 2022, 11:58 AM.

Details

Summary

Previously we had an entry in the table in MemoryBuiltins for which
parameter was allocation alignment. Now that clang knows to emit that
attribute, we can drop the column from the table.

Diff Detail

Event Timeline

durin42 created this revision.Feb 8 2022, 11:58 AM
durin42 requested review of this revision.Feb 8 2022, 11:58 AM
Herald added a project: Restricted Project. · View Herald Transcript
durin42 updated this revision to Diff 408021.Feb 11 2022, 1:13 PM
durin42 edited the summary of this revision. (Show Details)
durin42 updated this revision to Diff 408099.Feb 11 2022, 4:15 PM
durin42 updated this revision to Diff 408118.Feb 11 2022, 5:07 PM
durin42 updated this revision to Diff 410060.Feb 18 2022, 7:34 PM
durin42 updated this revision to Diff 410561.Feb 22 2022, 9:02 AM
durin42 updated this revision to Diff 410898.Feb 23 2022, 11:58 AM
jyknight accepted this revision.Mar 4 2022, 8:21 AM
This revision is now accepted and ready to land.Mar 4 2022, 8:21 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 4 2022, 8:21 AM
durin42 updated this revision to Diff 415232.Mar 14 2022, 2:25 PM
durin42 abandoned this revision.May 3 2022, 10:54 AM