This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_80 in repository llvm.
from fd1ea3eeaf6 Drop svn version suffix new 30d0bf38650 Merging r351436: ------------------------------------------ [...] new bf9b8748a6b Merging r351349: ------------------------------------------ [...] new 82958451bad Merging r351345: ------------------------------------------ [...] new 688fc6b6ee5 Merging r351351: ------------------------------------------ [...] new e36e018d7e9 Merging r351381: ------------------------------------------ [...]
The 5 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/IR/IntrinsicsAMDGPU.td | 18 ++ lib/Target/AMDGPU/AMDGPU.h | 2 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 + lib/Target/AMDGPU/AMDGPUSearchableTables.td | 2 + lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 2 + lib/Target/AMDGPU/DSInstructions.td | 5 + lib/Target/AMDGPU/GCNHazardRecognizer.cpp | 22 +- lib/Target/AMDGPU/SIISelLowering.cpp | 61 +++++ lib/Target/AMDGPU/SIInsertWaitcnts.cpp | 14 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 13 +- lib/Target/AMDGPU/SIInstrInfo.h | 2 + lib/Target/AMDGPU/SIInstrInfo.td | 5 + lib/Target/MSP430/MSP430AsmPrinter.cpp | 32 +++ lib/Target/X86/X86ISelLowering.cpp | 2 + lib/Target/X86/X86ISelLowering.h | 6 +- lib/Target/X86/X86InstrAVX512.td | 79 ++++-- lib/Target/X86/X86InstrFragmentsSIMD.td | 2 + lib/Target/X86/X86InstrSSE.td | 30 +-- lib/Target/X86/X86IntrinsicsInfo.h | 36 +-- lib/Transforms/Vectorize/SLPVectorizer.cpp | 3 +- test/CodeGen/AMDGPU/llvm.amdgcn.ds.ordered.add.ll | 96 ++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.ds.ordered.swap.ll | 45 ++++ test/CodeGen/MSP430/2009-12-21-FrameAddr.ll | 4 +- test/CodeGen/MSP430/fp.ll | 2 + test/CodeGen/MSP430/interrupt.ll | 4 + test/CodeGen/X86/avx2-intrinsics-x86.ll | 240 ++++++++++++++----- test/CodeGen/X86/avx512-intrinsics.ll | 28 ++- test/CodeGen/X86/avx512bw-intrinsics.ll | 24 +- test/CodeGen/X86/avx512bwvl-intrinsics.ll | 64 +++-- test/Transforms/SLPVectorizer/X86/PR39774.ll | 266 ++++++++++++++------- test/Transforms/SLPVectorizer/X86/PR40310.ll | 18 +- utils/release/build_llvm_package.bat | 18 +- 33 files changed, 867 insertions(+), 280 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.ds.ordered.add.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.ds.ordered.swap.ll