[X86] Add test cases to show current codegen of v2i32 div/rem in 32-bit and 64-bit...
authorCraig Topper <craig.topper@intel.com>
Mon, 27 Aug 2018 21:13:07 +0000 (21:13 +0000)
committerCraig Topper <craig.topper@intel.com>
Mon, 27 Aug 2018 21:13:07 +0000 (21:13 +0000)
commit76b18beef1376b1bfb08d3be999239e2ad6e5fd6
tree3de46ce3d95985d61af91f210e9632d706577e5b
parent7b6df50669a71ac8facb268d1986d6fe7a807eb6
[X86] Add test cases to show current codegen of v2i32 div/rem in 32-bit and 64-bit modes

In particular this shows that we end up using libcalls in 32-bit mode even for division by constant.

llvm-svn: 340774
llvm/test/CodeGen/X86/vector-idiv-v2i32.ll [new file with mode: 0644]