[all-commits] [llvm/llvm-project] dc817b: [InstCombine] Deduce attributes for aligned_alloc ...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Tue Mar 31 10:47:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: dc817b2dea9f28e22470d1d74956f404fcec4e01
https://github.com/llvm/llvm-project/commit/dc817b2dea9f28e22470d1d74956f404fcec4e01
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/test/Transforms/InstCombine/deref-alloc-fns.ll
M llvm/test/Transforms/InstCombine/malloc-free-delete.ll
Log Message:
-----------
[InstCombine] Deduce attributes for aligned_alloc in InstCombine
Make InstCombine aware of the aligned_alloc library function.
Signed-off-by: Uday Bondhugula <uday at polymagelabs.com>
Depends on D76970.
Differential Revision: https://reviews.llvm.org/D76971
More information about the All-commits
mailing list