This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 26e70a7a840 [X86] Lower extract_element from k-registers by bitcasting [...] new ad4af60b673 [GlobalOpt] don't change CC of musttail calle(e|r) new 31904278251 [InstCombine] simplify code for X * -1.0 --> -X; NFC
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/GlobalOpt.cpp | 25 +++++++++++++++- .../InstCombine/InstCombineMulDivRem.cpp | 10 ++----- test/Transforms/GlobalOpt/musttail_cc.ll | 34 ++++++++++++++++++++++ test/Transforms/InstCombine/fmul.ll | 4 +-- 4 files changed, 63 insertions(+), 10 deletions(-) create mode 100644 test/Transforms/GlobalOpt/musttail_cc.ll