This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7138e5f726e [InstSimplify] move/add/regenerate checks for tests; NFC new ce3569799c6 [InstSimplify] move tests for shifts; NFC
The 1 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/Transforms/InstCombine/apint-shift.ll | 50 ------------- test/Transforms/InstCombine/shift.ll | 111 ++--------------------------- test/Transforms/InstSimplify/shift.ll | 107 +++++++++++++++++++++++++++ test/Transforms/InstSimplify/shr-nop.ll | 8 --- 4 files changed, 113 insertions(+), 163 deletions(-) create mode 100644 test/Transforms/InstSimplify/shift.ll