llvm-project/llvm/test/Transforms/Inline/AArch64
Florian Hahn 2665febb54 [AArch64] Inline callee if its target-features are a subset of the caller
Summary:
Similar to X86, it should be safe to inline callees if their target-features
are a subset of the caller. This change matches GCC's inlining behavior
with respect to attributes [1].

[1] https://gcc.gnu.org/onlinedocs/gcc/AArch64-Function-Attributes.html#AArch64-Function-Attributes

Reviewers: kristof.beyls, javed.absar, rengolin, t.p.northover

Reviewed By: t.p.northover

Subscribers: aemerson, eraman, llvm-commits

Differential Revision: https://reviews.llvm.org/D34698

llvm-svn: 306478
2017-06-27 22:27:32 +00:00
..
gep-cost.ll [InlineCost] Add a test case for GEP cost 2017-06-01 19:06:07 +00:00
inline-target-attr.ll [AArch64] Inline callee if its target-features are a subset of the caller 2017-06-27 22:27:32 +00:00
lit.local.cfg
switch.ll [InlineCost] Do not take INT_MAX when Cost is negative 2017-06-23 16:12:37 +00:00