This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1453140bcb1 Attempt to fix Windows test failure caused by r338133 new 690afef84f0 Fix uninitialized read in ARM's PrintAsmOperand new 005ad0240a6 Reapply "Fix crash on inline asm with 64bit matching input [...] new 44dc58d645c [DAGCombiner] Bug 31275- Extract a shift from a constant mu [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 173 +++++++++++++++++++-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 32 ++-- lib/Target/ARM/ARMAsmPrinter.cpp | 5 +- test/CodeGen/AArch64/rotate-extract.ll | 21 ++- .../ARM/inline-asm-operand-implicit-cast.ll | 80 ++++++++++ test/CodeGen/ARM/inlineasm-64bit.ll | 8 + test/CodeGen/X86/rotate-extract-vector.ll | 122 ++++++--------- test/CodeGen/X86/rotate-extract.ll | 52 ++----- 8 files changed, 342 insertions(+), 151 deletions(-)