This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 6080e680f1f Regenerate test new 92794ee479f [AMDGPU] Add a pass to promote bitcast calls
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/AMDGPU.h | 4 + lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp | 63 ++++++++++ lib/Target/AMDGPU/AMDGPUTargetMachine.cpp | 6 + lib/Target/AMDGPU/CMakeLists.txt | 1 + test/CodeGen/AMDGPU/call-constexpr.ll | 140 +++++++++++++++++++++ .../AMDGPU/promote-alloca-bitcast-function.ll | 14 +-- test/CodeGen/AMDGPU/unsupported-calls.ll | 2 +- 7 files changed, 222 insertions(+), 8 deletions(-) create mode 100644 lib/Target/AMDGPU/AMDGPUFixFunctionBitcasts.cpp create mode 100644 test/CodeGen/AMDGPU/call-constexpr.ll