[XCore] Fix expansion of 64 bit add/sub. Don't custom expand
authorRichard Osborne <richard@xmos.com>
Fri, 14 Nov 2008 15:59:19 +0000 (15:59 +0000)
committerRichard Osborne <richard@xmos.com>
Fri, 14 Nov 2008 15:59:19 +0000 (15:59 +0000)
commit223fd6efc86ec79bbe26a92e780976ae527f2f61
treee7d532b652c0bafe9af0780af00bca7a227b43af
parent1d8f975890bba8a328b1e940c9b87675d8d4949c
[XCore] Fix expansion of 64 bit add/sub. Don't custom expand
these operations if ladd/lsub are not available on the current
subtarget.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59305 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/XCore/XCoreISelLowering.cpp
lib/Target/XCore/XCoreISelLowering.h
test/CodeGen/XCore/addsub64.ll [new file with mode: 0644]