This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 64e272cbf8c Add missing override keyword (NFC) new ef0538fd8af [LICM] Hoist an invariant_start out of loops if there are n [...] new 192fe4c1fb5 [Inliner] Attribute callsites with inline remarks
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Transforms/IPO/Inliner.cpp | 59 +++++++++++++++++--- lib/Transforms/Scalar/LICM.cpp | 4 +- test/Transforms/Inline/inline-remark.ll | 96 +++++++++++++++++++++++++++++++++ test/Transforms/LICM/invariant.start.ll | 13 +++-- 4 files changed, 156 insertions(+), 16 deletions(-) create mode 100644 test/Transforms/Inline/inline-remark.ll