OSDN Git Service

[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)
commita8c3c60282e72753981b0e88c351821911476dc5
treef743ed9da374a8c74c41105c2258f58af9773048
parentca641f3453884afb7cc39f6c62c2e50d349ebbc8
[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.

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