[X86] Don't set i64 ADDC/ADDE/SUBC/SUBE as Custom if the target isn't 64-bit. This...
authorCraig Topper <craig.topper@gmail.com>
Sun, 2 Oct 2016 06:13:43 +0000 (06:13 +0000)
committerCraig Topper <craig.topper@gmail.com>
Sun, 2 Oct 2016 06:13:43 +0000 (06:13 +0000)
commit46413af7f702f645b964a6a1298042653f2d1ede
treef35438b2cf85cd9829d60893617d3cf5b9afae1b
parent68c08931fcbfa32f78d841a1f17415c6dfbfef78
[X86] Don't set i64 ADDC/ADDE/SUBC/SUBE as Custom if the target isn't 64-bit. This way we don't have to catch them and do nothing with them in ReplaceNodeResults.

llvm-svn: 283066
llvm/lib/Target/X86/X86ISelLowering.cpp