This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f63ee9026be [MemorySSA] Remove redundant walker assignment [NFC]. new 74800bb68bc [InstCombine] add tests for funnel shift constant shift amo [...] new 82311c6556e [InstCombine] canonicalize funnel shift constant shift amou [...] new 981d5961267 Handle consecutive-double-quotes in Windows argument parsing
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: include/llvm/IR/Constant.h | 4 ++ lib/Analysis/InstructionSimplify.cpp | 1 - lib/IR/Constants.cpp | 10 ++++ lib/Support/CommandLine.cpp | 7 +++ lib/Transforms/InstCombine/InstCombineCalls.cpp | 15 +++++- test/Transforms/InstCombine/fsh.ll | 65 +++++++++++++++++++++++-- unittests/Support/CommandLineTest.cpp | 9 +++- 7 files changed, 104 insertions(+), 7 deletions(-)