This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d5783cbc203 [X86] Add MOVZPQILo2PQIrr to the Sandy Bridge scheduler model new 6a7cae6e89c [IR] Change std::sort to llvm::sort in response to r327219 new efb0b0966de [X86] Separate CDQ and CDQE in the scheduler model. new 396d590dbf7 [RuntimeDyld][PowerPC] Add a test case for r329335. new 32d2ff0d0ff X86 Tests: Add a case for combining sdiv by a splatted pow2 [...]
The 4 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/IR/AsmWriter.cpp | 2 +- lib/IR/Attributes.cpp | 2 +- lib/IR/Metadata.cpp | 4 +- lib/IR/Verifier.cpp | 4 +- lib/Target/X86/X86SchedBroadwell.td | 6 +-- lib/Target/X86/X86SchedHaswell.td | 6 +-- lib/Target/X86/X86SchedSandyBridge.td | 6 +-- lib/Target/X86/X86SchedSkylakeClient.td | 6 +-- lib/Target/X86/X86SchedSkylakeServer.td | 6 +-- test/CodeGen/X86/combine-sdiv.ll | 25 ++++++++++++ test/CodeGen/X86/schedule-x86_64.ll | 12 +++--- .../PowerPC/Inputs/ppc64_elf_module_b.s | 42 +++++++++++++++++++ .../RuntimeDyld/PowerPC/ppc64_elf.s | 47 ++++++++++++++++++++++ 13 files changed, 136 insertions(+), 32 deletions(-) create mode 100644 test/ExecutionEngine/RuntimeDyld/PowerPC/Inputs/ppc64_elf_module_b.s create mode 100644 test/ExecutionEngine/RuntimeDyld/PowerPC/ppc64_elf.s