[AlwaysInliner] Pass callee AAResults to InlineFunction()
authorArthur Eubanks <aeubanks@google.com>
Sat, 17 Oct 2020 00:21:12 +0000 (17:21 -0700)
committerArthur Eubanks <aeubanks@google.com>
Tue, 27 Oct 2020 03:10:09 +0000 (20:10 -0700)
commit504fbec7a61cdfbb5f6e1b25cf14afe5195ccaf6
tree44c4e07352751c99df32e09eaf34fc62fc4dc5a2
parenta87f618ea7950f096093953b41baba24775b397f
[AlwaysInliner] Pass callee AAResults to InlineFunction()

Test copied from noalias-calls.ll with small changes.

Reviewed By: asbirlea

Differential Revision: https://reviews.llvm.org/D89609
llvm/lib/Transforms/IPO/AlwaysInliner.cpp
llvm/test/Transforms/Inline/noalias-calls-always.ll [new file with mode: 0644]