This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from d55bd2e [AArch64] Correct the check of signed 9-bit imm in isLegalAdd [...] new c53f76c AMDGPU : Add S_SETREG instructions to fix fdiv precision issues.
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/AMDGPUISelDAGToDAG.cpp | 38 +++++++++ lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 3 + lib/Target/AMDGPU/AMDGPUISelLowering.h | 4 + lib/Target/AMDGPU/AMDGPUInstrInfo.td | 13 +++ lib/Target/AMDGPU/SIFoldOperands.cpp | 7 ++ lib/Target/AMDGPU/SIISelLowering.cpp | 112 ++++++++++++++++++++++--- lib/Target/AMDGPU/SIInstrInfo.cpp | 2 + lib/Target/AMDGPU/SOPInstructions.td | 6 +- test/CodeGen/AMDGPU/fdiv.ll | 139 +++++++++++++++++++------------ 9 files changed, 257 insertions(+), 67 deletions(-)