[PATCH] D34698: [AArch64] Inline callee if its target-features are a subset of the caller
Tim Northover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 27 10:22:23 PDT 2017
t.p.northover added a comment.
There don't appear to be any negative tests here (i.e. you could replace the function with "return true" and nothing would fail). Other than that, I think it's OK for the existing features. We're going to have to watch out in future though: +strict-align could easily have been implemented as +no-strict-align for example.
https://reviews.llvm.org/D34698
More information about the llvm-commits
mailing list