[PATCH] D119273: llvm: only use allocalign for allocation functions

Augie Fackler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 11:58:33 PST 2022


durin42 created this revision.
Herald added a subscriber: hiraditya.
durin42 requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1.
Herald added a project: LLVM.

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.

Depends on D119272 <https://reviews.llvm.org/D119272>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119273

Files:
  llvm/lib/Analysis/MemoryBuiltins.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119273.406918.patch
Type: text/x-patch
Size: 11476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220208/fd5c56c5/attachment.bin>


More information about the llvm-commits mailing list