This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 9a694d933a3 Revert "Dead Virtual Function Elimination" new dc141ad7cdb [lit] Add argument check: --timeout must be non-negative integer new d74926b4d5f [X86] Add encoding tests for avx512pf vgatherpf/vscatterpf [...] new c7464a4ca2c [X86] Teach X86MCodeEmitter to properly encode zmm16-zmm31 [...] new caaecec384c [MemorySSA] Update for partial unswitch.
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/Target/X86/MCTargetDesc/X86MCCodeEmitter.cpp | 3 + lib/Transforms/Scalar/SimpleLoopUnswitch.cpp | 7 +++ test/Analysis/MemorySSA/pr43641.ll | 22 ++++++++ test/MC/X86/x86-64-avx512pf.s | 65 ++++++++++++++++++++++ .../SimpleLoopUnswitch/delete-dead-blocks.ll | 1 + .../exponential-nontrivial-unswitch-nested.ll | 20 +++++++ .../exponential-nontrivial-unswitch-nested2.ll | 22 ++++++++ .../exponential-nontrivial-unswitch.ll | 20 +++++++ .../exponential-nontrivial-unswitch2.ll | 20 +++++++ .../exponential-switch-unswitch.ll | 20 +++++++ .../SimpleLoopUnswitch/nontrivial-unswitch-cost.ll | 1 + .../nontrivial-unswitch-redundant-switch.ll | 1 + .../SimpleLoopUnswitch/nontrivial-unswitch.ll | 1 + utils/lit/lit/cl_arguments.py | 20 ++++--- 14 files changed, 216 insertions(+), 7 deletions(-) create mode 100644 test/Analysis/MemorySSA/pr43641.ll create mode 100644 test/MC/X86/x86-64-avx512pf.s