This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e0f99ea4f0d Fix spelling mistake. NFCI. new af98c632ded [X86] Autogenerate complete checks. NFC new 37f40046fb8 [X86] Add test cases to show missed opportunities to use a [...] new 58723280e47 [X86] Use a signed mask in foldMaskedShiftToScaledMask to e [...]
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/X86/X86ISelDAGToDAG.cpp | 8 +++- test/CodeGen/X86/fold-and-shift-x86_64.ll | 77 +++++++++++++++++++++++++++++ test/CodeGen/X86/fold-and-shift.ll | 80 ++++++++++++++++++++++++------- 3 files changed, 147 insertions(+), 18 deletions(-) create mode 100644 test/CodeGen/X86/fold-and-shift-x86_64.ll