[llvm-branch-commits] [llvm-branch] r79549 - in /llvm/branches/Apple/Leela: lib/Target/ARM/ARMInstrThumb.td test/CodeGen/Thumb/2009-08-20-ISelBug.ll
Bill Wendling
isanbard at gmail.com
Thu Aug 20 11:02:30 PDT 2009
Author: void
Date: Thu Aug 20 13:02:29 2009
New Revision: 79549
URL: http://llvm.org/viewvc/llvm-project?rev=79549&view=rev
Log:
$ svn merge -c 79535 https://llvm.org/svn/llvm-project/llvm/trunk
--- Merging r79535 into '.':
A test/CodeGen/Thumb/2009-08-20-ISelBug.ll
U lib/Target/ARM/ARMInstrThumb.td
Added:
llvm/branches/Apple/Leela/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
- copied unchanged from r79535, llvm/trunk/test/CodeGen/Thumb/2009-08-20-ISelBug.ll
Modified:
llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrThumb.td
Modified: llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrThumb.td
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrThumb.td?rev=79549&r1=79548&r2=79549&view=diff
==============================================================================
--- llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrThumb.td (original)
+++ llvm/branches/Apple/Leela/lib/Target/ARM/ARMInstrThumb.td Thu Aug 20 13:02:29 2009
@@ -655,7 +655,7 @@
def : T1Pat<(addc tGPR:$lhs, imm0_7:$rhs),
(tADDi3 tGPR:$lhs, imm0_7:$rhs)>;
def : T1Pat<(addc tGPR:$lhs, imm8_255:$rhs),
- (tADDi3 tGPR:$lhs, imm8_255:$rhs)>;
+ (tADDi8 tGPR:$lhs, imm8_255:$rhs)>;
def : T1Pat<(addc tGPR:$lhs, tGPR:$rhs),
(tADDrr tGPR:$lhs, tGPR:$rhs)>;
More information about the llvm-branch-commits
mailing list