[llvm-commits] [llvm] r134068 - in /llvm/trunk/test/CodeGen: ARM/carry.ll Thumb2/thumb2-sbc.ll
Benjamin Kramer
benny.kra at googlemail.com
Wed Jun 29 07:07:18 PDT 2011
Author: d0k
Date: Wed Jun 29 09:07:18 2011
New Revision: 134068
URL: http://llvm.org/viewvc/llvm-project?rev=134068&view=rev
Log:
Don't depend on the optimization reverted in r134067.
Modified:
llvm/trunk/test/CodeGen/ARM/carry.ll
llvm/trunk/test/CodeGen/Thumb2/thumb2-sbc.ll
Modified: llvm/trunk/test/CodeGen/ARM/carry.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/carry.ll?rev=134068&r1=134067&r2=134068&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/carry.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/carry.ll Wed Jun 29 09:07:18 2011
@@ -24,7 +24,6 @@
define i64 @f3(i32 %al, i32 %bl) {
; CHECK: f3:
; CHECK: adds r
-; CHECK: adcs r
; CHECK: adc r
entry:
; unsigned wide add
Modified: llvm/trunk/test/CodeGen/Thumb2/thumb2-sbc.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/thumb2-sbc.ll?rev=134068&r1=134067&r2=134068&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/thumb2-sbc.ll (original)
+++ llvm/trunk/test/CodeGen/Thumb2/thumb2-sbc.ll Wed Jun 29 09:07:18 2011
@@ -56,7 +56,6 @@
;
; CHECK: livecarry:
; CHECK: adds
-; CHECK: adcs
; CHECK: adc
define i64 @livecarry(i64 %carry, i32 %digit) nounwind {
%ch = lshr i64 %carry, 32
More information about the llvm-commits
mailing list