This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2d429b10917 GlobalISel: Implement fewerElementsVector for phi new 8460fe06bb4 AMDGPU: Fix crashes in invalid call cases
The 1 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/AMDGPUAsmPrinter.cpp | 14 ++++++++++++-- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 7 +++---- test/CodeGen/AMDGPU/call-to-kernel-undefined.ll | 20 ++++++++++++++++++++ test/CodeGen/AMDGPU/call-to-kernel.ll | 18 ++++++++++++++++++ test/CodeGen/AMDGPU/inline-calls.ll | 21 +-------------------- 5 files changed, 54 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/AMDGPU/call-to-kernel-undefined.ll create mode 100644 test/CodeGen/AMDGPU/call-to-kernel.ll