]> granicus.if.org Git - llvm/commit
[X86] Use target independent ZERO_EXTEND/SIGN_EXTEND nodes were possible in LowerMULH
authorCraig Topper <craig.topper@intel.com>
Thu, 28 Sep 2017 18:45:28 +0000 (18:45 +0000)
committerCraig Topper <craig.topper@intel.com>
Thu, 28 Sep 2017 18:45:28 +0000 (18:45 +0000)
commitf60ee048c484b28e5659956ae8b71db9bc30ec10
tree79487fa8e30de5891e48019840ae369c61017283
parentca18e7029be67bc678976f99eeb6893919e02156
[X86] Use target independent ZERO_EXTEND/SIGN_EXTEND nodes were possible in LowerMULH

We aren't do any in register extends here so we should be able to just the target independent nodes directly and allow them to be lowered as necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314447 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp