]> granicus.if.org Git - llvm/commit
[X86] Simplify some of the type checks in combineSubToSubus.
authorCraig Topper <craig.topper@intel.com>
Sun, 11 Aug 2019 17:36:49 +0000 (17:36 +0000)
committerCraig Topper <craig.topper@intel.com>
Sun, 11 Aug 2019 17:36:49 +0000 (17:36 +0000)
commit9ec0b481bff474a2a42a69272231ecbdaaaa8ad7
tree31abf1c644c4bec9089a5cafa29a042b2ef6c951
parent30ccf788ddcdd7f13e7376518cf77b6015b63d37
[X86] Simplify some of the type checks in combineSubToSubus.

If we have SSE2 we can handle any i8/i16 type and let
type legalization deal with it.

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