This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ac396ea [Coroutines] Part11: Add final suspend handling. new 481ecf2 [Target] Remove the AvailableRegClasses vector from TargetLow [...] new bda8c85 [AVX-512] Simplify X86InstrInfo::copyPhysReg for 128/256-bit [...]
The 2 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: include/llvm/Target/TargetLowering.h | 4 -- lib/Target/X86/X86InstrInfo.cpp | 27 +++------- lib/Target/X86/X86RegisterInfo.cpp | 10 ---- lib/Target/X86/X86RegisterInfo.h | 3 -- test/CodeGen/X86/avx512-calling-conv.ll | 27 ++++------ test/CodeGen/X86/avx512-ext.ll | 8 +-- test/CodeGen/X86/avx512-intrinsics.ll | 90 +++++++++++++++---------------- test/CodeGen/X86/avx512-mask-op.ll | 2 +- test/CodeGen/X86/avx512-select.ll | 4 +- test/CodeGen/X86/avx512-vbroadcast.ll | 4 +- test/CodeGen/X86/masked_gather_scatter.ll | 36 ++++++------- test/CodeGen/X86/masked_memop.ll | 4 +- test/CodeGen/X86/pmul.ll | 61 +++++++-------------- test/CodeGen/X86/vector-sext.ll | 2 +- test/CodeGen/X86/vector-zext.ll | 2 +- 15 files changed, 112 insertions(+), 172 deletions(-)