]> granicus.if.org Git - llvm/commit
[X86] Remove ISD::SETCC handling from ReplaceNodeResults.
authorCraig Topper <craig.topper@intel.com>
Fri, 9 Aug 2019 05:17:48 +0000 (05:17 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 9 Aug 2019 05:17:48 +0000 (05:17 +0000)
commit39ff0b20a78ee7f31d833fdf56b7afb1a9662a5f
treefb8c60758db623d8a879618b3ba3a82595bec32f
parent32afe10163e4db4efcb6ea4206be6f965ed7bc8a
[X86] Remove ISD::SETCC handling from ReplaceNodeResults.

This is no longer needed since we widen v2i32 instead of promoting.

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