This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 49f2855c398 [LOOPGUARD] Disable loop with multiple loop exiting blocks. [...] new d92129bc48a [InstCombine][NFC] Regenerate load-cmp.ll test new 0a14b051e5f [InstCombine][NFC] Add tests for shift-by-signext new bb5c50ca7d9 [DAGCombine][X86][AArch64][NFC] Add tests for shift-by-signext
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: test/CodeGen/AArch64/shift-by-signext.ll | 122 +++++++++++++++++++ test/CodeGen/X86/shift-by-signext.ll | 148 ++++++++++++++++++++++++ test/Transforms/InstCombine/load-cmp.ll | 50 ++++---- test/Transforms/InstCombine/shift-by-signext.ll | 105 +++++++++++++++++ 4 files changed, 400 insertions(+), 25 deletions(-) create mode 100644 test/CodeGen/AArch64/shift-by-signext.ll create mode 100644 test/CodeGen/X86/shift-by-signext.ll create mode 100644 test/Transforms/InstCombine/shift-by-signext.ll