This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 29df731 AMDGPU: Add f16 to shader calling conventions new 6a73128 [TailDuplicator] Maintain DebugLoc for branch instructions new dd23def AMDGPU: Fold omod into instructions
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/CodeGen/TailDuplicator.cpp | 3 +- lib/Target/AMDGPU/AMDGPUMachineFunction.cpp | 3 +- lib/Target/AMDGPU/AMDGPUMachineFunction.h | 5 + lib/Target/AMDGPU/SIFoldOperands.cpp | 144 +++++++++++- test/CodeGen/AMDGPU/clamp-omod-special-case.mir | 293 +++++++++++++++++++++++- test/CodeGen/AMDGPU/omod.ll | 286 +++++++++++++++++++++++ test/CodeGen/X86/tail-dup-debugloc.ll | 56 +++++ 7 files changed, 781 insertions(+), 9 deletions(-) create mode 100644 test/CodeGen/AMDGPU/omod.ll create mode 100644 test/CodeGen/X86/tail-dup-debugloc.ll