This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d459f38 NFC changed names in FunctionImport new b22cfb7 [SystemZ] Remove AND mask of bottom 6 bits when result is use [...]
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: lib/Target/SystemZ/SystemZISelLowering.cpp | 55 ++++++++++++++- lib/Target/SystemZ/SystemZISelLowering.h | 1 + test/CodeGen/SystemZ/rot-01.ll | 4 +- test/CodeGen/SystemZ/rot-02.ll | 86 +++++++++++++++++++++++ test/CodeGen/SystemZ/shift-12.ll | 106 +++++++++++++++++++++++++++++ 5 files changed, 249 insertions(+), 3 deletions(-) create mode 100644 test/CodeGen/SystemZ/rot-02.ll create mode 100644 test/CodeGen/SystemZ/shift-12.ll