This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 7eb7fabda7b Add back a dummy --use-processes. new 221d5dcd283 [X86][AVX512] Add 512-bit vector bitreverse costs + tests new f76a315172b AMDGPU: Fix min3/max3 combines for f16/i16
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: lib/Target/AMDGPU/AMDGPUSubtarget.h | 4 + lib/Target/AMDGPU/SIISelLowering.cpp | 3 +- lib/Target/AMDGPU/VOP3Instructions.td | 20 ++++- lib/Target/X86/X86TargetTransformInfo.cpp | 18 ++++ test/Analysis/CostModel/X86/bitreverse.ll | 69 ++++++++++++++++ test/CodeGen/AMDGPU/fmax3.ll | 103 +++++++++++++++++------ test/CodeGen/AMDGPU/fmin3.ll | 102 +++++++++++++++++------ test/CodeGen/AMDGPU/max3.ll | 91 +++++++++++++++----- test/CodeGen/AMDGPU/min3.ll | 133 +++++++++++++++++++++--------- test/MC/AMDGPU/vop3-gfx9.s | 24 ++++++ 10 files changed, 455 insertions(+), 112 deletions(-)