commit | f7cc7e32013ad527a22905e8e34b02457a23ea4c | [log] [tgz] |
---|---|---|
author | Craig Topper <craig.topper@intel.com> | Wed Jan 02 06:40:11 2019 +0000 |
committer | Craig Topper <craig.topper@intel.com> | Wed Jan 02 06:40:11 2019 +0000 |
tree | 9024e8343e1adb3ef1098a20facd9638130647da | |
parent | d4db1224830f41d61a1f2e4185d4942560130b20 [diff] |
[X86] Remove the separate SMUL8/UMUL8 X86ISD opcodes by merging with SMUL/UMUL. Remove the second result from X86ISD::UMUL. All of these use custom isel so we can pretty easily detect the differences in the custom code in X86ISelDAGToDAG. The ISD opcodes just need to express the desired semantics not the details of how they would be selected by isel. So unifying them lets us remove the special casing from lowering. llvm-svn: 350206