[PATCH] D71521: Support for library function aligned_alloc

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 16 18:17:33 PST 2019


bondhugula added a comment.

In D71521#1785659 <https://reviews.llvm.org/D71521#1785659>, @lebedev.ri wrote:

> I agree with @jdoerfert, there are several patches here:
>
> - attributor,etc nfc changes
> - some basic TLI/MemBuiltins changse
> - attributor heap2stack changes
> - gvn changes
> - newgvn changes
> - instcombine attribute deduction changes


The TLI / MemoryBuiltins changes will themselves have an impact on transformations like dead store elimination via basicaa -- since MallocOrCallocLike, AllocLike, AnyAlloc will now reflect knowledge of aligned_alloc. Would you still want to split it into these pieces given that the patches don't isolate the impact on transformations?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71521/new/

https://reviews.llvm.org/D71521





More information about the llvm-commits mailing list