This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_60 in repository llvm.
from 7ce61db5caa Merging r326404: new b67ea3360d1 Add missing test file from r329855 new 44e5d1278bb Merging r326521: new e73bd18593c Merging r329359 and r329363:
The 3 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/Target/Mips/MipsFastISel.cpp | 15 ++++--- lib/Transforms/IPO/ArgumentPromotion.cpp | 10 +++++ test/Transforms/ArgumentPromotion/musttail.ll | 45 +++++++++++++++++++ test/Transforms/IPConstantProp/musttail-call.ll | 58 +++++++++++++++++++++++++ 4 files changed, 121 insertions(+), 7 deletions(-) create mode 100644 test/Transforms/ArgumentPromotion/musttail.ll create mode 100644 test/Transforms/IPConstantProp/musttail-call.ll