summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86Subtarget.cpp
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2017-11-25 17:59:00 +0000
committerCraig Topper <craig.topper@intel.com>2017-11-25 17:59:00 +0000
commite7426556c16d86d52356b23538708dbea2008a76 (patch)
treebfa6d2b95da76b713ee138653467c8e1af9330f4 /llvm/lib/Target/X86/X86Subtarget.cpp
parent639e799c988b971a9dbedce8697889d17fd7bbe0 (diff)
downloadbcm5719-llvm-e7426556c16d86d52356b23538708dbea2008a76.tar.gz
bcm5719-llvm-e7426556c16d86d52356b23538708dbea2008a76.zip
[SelectionDAG] Remove some dead code from vector scalaring
Summary: Currently ScalarizeVecRes_SETCC checks for the result type being a vector and jumps to ScalarizeVecRes_VSETCC. But if we're scalarizing a vector result, aren't we guaranteed to be looking at a vector type? This patch deletes the current ScalarizeVecRes_SETCC and renames ScalarizeVecRes_VSETCC to ScalarizeVecRes_SETCC. Reviewers: RKSimon, arsenm, eladcohen, zvi Reviewed By: RKSimon Subscribers: wdng, llvm-commits Differential Revision: https://reviews.llvm.org/D40452 llvm-svn: 318982
Diffstat (limited to 'llvm/lib/Target/X86/X86Subtarget.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud