This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from cfc3a3cba21 Use std::reference_wrapper instead of llvm::ReferenceStorage new 3a2e78e840c [DAGCombiner] Add rotate-extract tests
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/CodeGen/AArch64/rotate-extract.ll | 148 ++++++++++++++ test/CodeGen/X86/rotate-extract-vector.ll | 317 ++++++++++++++++++++++++++++++ test/CodeGen/X86/rotate-extract.ll | 285 +++++++++++++++++++++++++++ 3 files changed, 750 insertions(+) create mode 100644 test/CodeGen/AArch64/rotate-extract.ll create mode 100644 test/CodeGen/X86/rotate-extract-vector.ll create mode 100644 test/CodeGen/X86/rotate-extract.ll