PerformSubCombine to work on integers larger than i128. Fixes a crasher.
authorNick Lewycky <nicholas@mxc.ca>
Tue, 23 Aug 2011 19:01:24 +0000 (19:01 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 23 Aug 2011 19:01:24 +0000 (19:01 +0000)
commit726ebd6ff3178499e8455ce8433a4310badefe26
tree755b3a74a0992a55eac0621eb38f7dd694239c73
parent743c0fa7791c1451016a469bb0a5f57d56cd986a
PerformSubCombine to work on integers larger than i128. Fixes a crasher.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@138354 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp
test/CodeGen/X86/2011-08-23-PerformSubCombine128.ll [new file with mode: 0644]