This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 5682e20 Refactor the gmlt tests. (NFC) new 6d3eeb8 AArch64RegisterInfo: Simplify getReservedReg(); NFC new a7f81db RegisterCoalescer: Cleanup joinReservedPhysReg(); NFC new 9f7e915 AMDGPU: Use source modifiers with f16->f32 conversions
The 3 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/RegisterCoalescer.cpp | 33 +++- lib/Target/AArch64/AArch64RegisterInfo.cpp | 16 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 42 +++++ lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 + lib/Target/AMDGPU/AMDGPUInstructions.td | 3 + lib/Target/AMDGPU/MCTargetDesc/SIMCCodeEmitter.cpp | 2 + lib/Target/AMDGPU/SIInstrInfo.cpp | 10 +- lib/Target/AMDGPU/SIInstrInfo.td | 4 + lib/Target/AMDGPU/SIInstructions.td | 26 ++- lib/Target/AMDGPU/VOP1Instructions.td | 4 +- test/CodeGen/AMDGPU/fabs.f16.ll | 25 +-- test/CodeGen/AMDGPU/fcmp.f16.ll | 6 +- test/CodeGen/AMDGPU/fneg-fabs.f16.ll | 53 +++--- test/CodeGen/AMDGPU/fneg.f16.ll | 13 +- test/CodeGen/AMDGPU/fpext.f16.ll | 199 +++++++++++++++++++++ test/CodeGen/AMDGPU/fptrunc.f16.ll | 61 ++++++- test/CodeGen/AMDGPU/v_mac_f16.ll | 124 ++++++++----- test/MC/AMDGPU/gfx8_asm_all.s | 6 +- 18 files changed, 491 insertions(+), 137 deletions(-)