This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 54d0430 [utils] Add libc++ and libc++abi config to llvm-lit new e4bed26 [bpf] error when unknown bpf helper is called new 62b3258 AMDGPU: Add replacement export intrinsics
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/IR/IntrinsicsAMDGPU.td | 26 ++ lib/Target/AMDGPU/AMDGPUInstrInfo.td | 17 +- lib/Target/AMDGPU/SIISelLowering.cpp | 67 +++- lib/Target/AMDGPU/SIInstrInfo.td | 7 +- lib/Target/AMDGPU/SIInstructions.td | 9 + lib/Target/BPF/BPFISelLowering.cpp | 18 +- lib/Target/BPF/BPFInstrInfo.td | 1 + lib/Target/BPF/BPFMCInstLower.cpp | 8 + lib/Target/BPF/BPFMCInstLower.h | 1 + test/CodeGen/AMDGPU/llvm.amdgcn.exp.compr.ll | 143 ++++++++ test/CodeGen/AMDGPU/llvm.amdgcn.exp.ll | 484 +++++++++++++++++++++++++++ test/CodeGen/BPF/cc_args.ll | 2 +- test/CodeGen/BPF/cc_args_be.ll | 2 +- test/CodeGen/BPF/cc_ret.ll | 2 +- test/CodeGen/BPF/fi_ri.ll | 2 +- test/CodeGen/BPF/intrinsics.ll | 4 +- test/CodeGen/BPF/objdump_intrinsics.ll | 4 +- test/CodeGen/BPF/objdump_trivial.ll | 11 +- test/CodeGen/BPF/sanity.ll | 2 +- test/CodeGen/BPF/undef.ll | 2 +- test/CodeGen/BPF/warn-call.ll | 69 ++++ 21 files changed, 840 insertions(+), 41 deletions(-) create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.exp.compr.ll create mode 100644 test/CodeGen/AMDGPU/llvm.amdgcn.exp.ll create mode 100644 test/CodeGen/BPF/warn-call.ll