AMDGPU: Cleanup and generate 64-bit div tests
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Sat, 18 Jan 2020 21:51:43 +0000 (16:51 -0500)
committerMatt Arsenault <arsenm2@gmail.com>
Mon, 20 Jan 2020 22:19:39 +0000 (17:19 -0500)
commit317fdcd09ae9df1eaf1da40443d59b8b2bf68b8b
treed2fc136293b895c1f42fa6f0ae060dac04d46d70
parent9b13b4a0e3a192a3b0d938bfaa71ce6dc0740ece
AMDGPU: Cleanup and generate 64-bit div tests

Split out r600 tests, and try to be more consistent with
coverage. Cover a few more cases for 24-bit optimization and
constants.
llvm/test/CodeGen/AMDGPU/sdiv64.ll [new file with mode: 0644]
llvm/test/CodeGen/AMDGPU/sdivrem64.r600.ll [moved from llvm/test/CodeGen/AMDGPU/sdivrem64.ll with 62% similarity]
llvm/test/CodeGen/AMDGPU/srem64.ll [new file with mode: 0644]
llvm/test/CodeGen/AMDGPU/udiv64.ll [new file with mode: 0644]
llvm/test/CodeGen/AMDGPU/udivrem64.r600.ll [moved from llvm/test/CodeGen/AMDGPU/udivrem64.ll with 58% similarity]
llvm/test/CodeGen/AMDGPU/urem64.ll [new file with mode: 0644]