This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from c67ef6aaf75 [bpf] Fix memory offset check for loads and stores new 1c35defd748 [IR] Make getParamAttributes take argument numbers, not ArgNo+1 new c941e1f94e1 build_llvm_package.bat: Move to VS2017 new 2b1bb6d8f89 AMDGPU/GFX9: Do not use v_pack_b32_f16 when packing
The 3 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/Attributes.h | 8 +++- include/llvm/IR/Function.h | 5 +++ lib/IR/Attributes.cpp | 9 ++++- lib/IR/Function.cpp | 22 +++++------ lib/IR/Verifier.cpp | 6 +-- lib/Target/AMDGPU/AMDGPUAliasAnalysis.cpp | 6 +-- lib/Target/AMDGPU/AMDGPUTargetTransformInfo.cpp | 4 +- lib/Target/AMDGPU/SIInstrInfo.cpp | 44 ++++++++-------------- lib/Target/NVPTX/NVPTXAsmPrinter.cpp | 2 +- lib/Target/NVPTX/NVPTXISelLowering.cpp | 2 +- lib/Target/WebAssembly/WebAssemblyFastISel.cpp | 24 ++++++------ .../WebAssemblyLowerEmscriptenEHSjLj.cpp | 3 +- lib/Transforms/IPO/ArgumentPromotion.cpp | 2 +- lib/Transforms/IPO/DeadArgumentElimination.cpp | 8 ++-- lib/Transforms/IPO/MergeFunctions.cpp | 22 +++++------ lib/Transforms/InstCombine/InstCombineCalls.cpp | 35 +++++++++-------- lib/Transforms/Utils/CloneFunction.cpp | 2 +- test/CodeGen/AMDGPU/fptrunc.f16.ll | 15 +++----- test/CodeGen/AMDGPU/llvm.rint.f16.ll | 3 +- test/CodeGen/AMDGPU/llvm.round.ll | 3 +- test/CodeGen/AMDGPU/pack.v2f16.ll | 44 +++++++++------------- test/CodeGen/AMDGPU/pack.v2i16.ll | 29 ++++++-------- utils/release/build_llvm_package.bat | 14 +++---- 23 files changed, 143 insertions(+), 169 deletions(-)