[X86] Add test cases that show the current codegen for (trunc (srl (mul ext, ext...
authorCraig Topper <craig.topper@intel.com>
Sat, 21 Apr 2018 18:39:20 +0000 (18:39 +0000)
committerCraig Topper <craig.topper@intel.com>
Sat, 21 Apr 2018 18:39:20 +0000 (18:39 +0000)
commit1b223e75daa15a39340edc6eb6171bc816989ebf
treebd29b3a8a0807858c52efe3458769af765516d48
parent49f4aee0e32ae256a9048de81e60d17668633979
[X86] Add test cases that show the current codegen for (trunc (srl (mul ext, ext), 16)). NFC

A future patch will turn this into MULHU/MULHS.

llvm-svn: 330519
llvm/test/CodeGen/X86/pmulh.ll [new file with mode: 0644]