This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8460fe06bb4 AMDGPU: Fix crashes in invalid call cases new 35388153b0b [AArch64] Generate FP16 vector compare instructions. https: [...] new df3568d8a93 AMDGPU: Enable function calls by default
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/AArch64/AArch64ISelLowering.cpp | 8 +- lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 13 +- test/CodeGen/AArch64/fp16-v4-instructions.ll | 144 +++------------------ test/CodeGen/AArch64/fp16-v8-instructions.ll | 130 +++---------------- .../CodeGen/AMDGPU/amdgpu-function-calls-option.ll | 27 ++++ test/CodeGen/AMDGPU/amdgpu-inline.ll | 4 +- test/CodeGen/AMDGPU/call-graph-register-usage.ll | 4 +- .../force-alwaysinline-lds-global-address.ll | 4 +- test/CodeGen/AMDGPU/inline-calls.ll | 11 +- 9 files changed, 88 insertions(+), 257 deletions(-) create mode 100644 test/CodeGen/AMDGPU/amdgpu-function-calls-option.ll