This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b5a170b9c2e [AArch64] Reverting FP16 vcvth_n_s64_f16 to fix new bc547571e75 [AMDGPU] Convert rcp to rcp_iflag
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/AMDGPUISelLowering.cpp | 28 ++++++++++++++++++---------- lib/Target/AMDGPU/AMDGPUISelLowering.h | 2 ++ lib/Target/AMDGPU/AMDGPUInstrInfo.td | 2 ++ lib/Target/AMDGPU/SIISelLowering.cpp | 22 +++++++++++++++++++++- lib/Target/AMDGPU/SIISelLowering.h | 1 + lib/Target/AMDGPU/VOP1Instructions.td | 2 +- test/CodeGen/AMDGPU/rcp_iflag.ll | 21 +++++++++++++++++++++ test/CodeGen/AMDGPU/sdiv.ll | 6 +++--- test/CodeGen/AMDGPU/sdivrem24.ll | 18 +++++++++--------- test/CodeGen/AMDGPU/udiv.ll | 6 +++--- test/CodeGen/AMDGPU/udivrem24.ll | 14 +++++++------- 11 files changed, 88 insertions(+), 34 deletions(-) create mode 100644 test/CodeGen/AMDGPU/rcp_iflag.ll