[all-commits] [llvm/llvm-project] c4499e: [Attributor] Make attributor aware of aligned_allo...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Wed Apr 1 10:57:15 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c4499e333337ef67f30d81eefd044816a8cf6f29
https://github.com/llvm/llvm-project/commit/c4499e333337ef67f30d81eefd044816a8cf6f29
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
M llvm/test/Transforms/Attributor/heap_to_stack.ll
Log Message:
-----------
[Attributor] Make attributor aware of aligned_alloc for heap to stack conversion
Make the attributor pass aware of aligned_alloc for converting heap
allocations to stack ones.
Depends on D76971.
Differential Revision: https://reviews.llvm.org/D76974
More information about the All-commits
mailing list