[X86] Rename mod128.ll to divmod128.ll and add test cases for sdiv/udiv/urem.
authorCraig Topper <craig.topper@intel.com>
Wed, 5 Aug 2020 22:53:49 +0000 (15:53 -0700)
committerCraig Topper <craig.topper@intel.com>
Wed, 5 Aug 2020 23:04:00 +0000 (16:04 -0700)
commit978165bf02776a2b957c795a5c1d94f9f208fc8e
tree581357d11161c9147910b3cc8d4bb55fd32f0166
parent4103f4a936ae6eb060d84d007b1d64c17ddf1a91
[X86] Rename mod128.ll to divmod128.ll and add test cases for sdiv/udiv/urem.

This improves code coverage on the switch in LowerWin64_i128OP.
llvm/test/CodeGen/X86/divmod128.ll [new file with mode: 0644]
llvm/test/CodeGen/X86/mod128.ll [deleted file]