This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cbd061d36af [SLP] Add a test for PR32086, NFC. new 70035721e40 [SelectionDAG] Teach simplifyDemandedBits to handle shifts [...] new ccc98ee70f6 [X86] [ASM INTEL SYNTAX] fix for incorrect assembler code g [...]
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: include/llvm/CodeGen/SelectionDAGNodes.h | 3 + lib/CodeGen/SelectionDAG/TargetLowering.cpp | 132 +++++++++++---------- lib/Target/ARM/ARMInstrNEON.td | 6 + lib/Target/X86/InstPrinter/X86IntelInstPrinter.cpp | 1 + test/CodeGen/ARM/vshll.ll | 2 +- test/CodeGen/X86/combine-shl.ll | 11 +- test/CodeGen/X86/not-and-simplify.ll | 4 +- test/CodeGen/X86/sse2-vector-shifts.ll | 1 - test/CodeGen/X86/vector-blend.ll | 4 +- test/CodeGen/X86/vector-rotate-128.ll | 8 -- test/CodeGen/X86/vector-rotate-256.ll | 6 +- test/CodeGen/X86/widen_cast-4.ll | 2 +- test/MC/X86/intel-syntax-var-offset.ll | 49 ++++++++ 13 files changed, 141 insertions(+), 88 deletions(-) create mode 100644 test/MC/X86/intel-syntax-var-offset.ll