[llvm-branch-commits] [llvm-branch] r117019 - /llvm/branches/ggreif/peephole-infrastructure/test/CodeGen/ARM/and-tst-reg-peephole.ll
Gabor Greif
ggreif at gmail.com
Thu Oct 21 08:57:11 PDT 2010
Author: ggreif
Date: Thu Oct 21 10:57:11 2010
New Revision: 117019
URL: http://llvm.org/viewvc/llvm-project?rev=117019&view=rev
Log:
show that ARM and T2 are basically identical now
Modified:
llvm/branches/ggreif/peephole-infrastructure/test/CodeGen/ARM/and-tst-reg-peephole.ll
Modified: llvm/branches/ggreif/peephole-infrastructure/test/CodeGen/ARM/and-tst-reg-peephole.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/ggreif/peephole-infrastructure/test/CodeGen/ARM/and-tst-reg-peephole.ll?rev=117019&r1=117018&r2=117019&view=diff
==============================================================================
--- llvm/branches/ggreif/peephole-infrastructure/test/CodeGen/ARM/and-tst-reg-peephole.ll (original)
+++ llvm/branches/ggreif/peephole-infrastructure/test/CodeGen/ARM/and-tst-reg-peephole.ll Thu Oct 21 10:57:11 2010
@@ -12,6 +12,7 @@
; CHECK: ldr r0
; CHECK-NEXT: ands r0, r0, r1
; CHECK-NEXT: moveq r0, #255
+; CHECK-NEXT: bx lr
; THUMB: ldr r0
; THUMB-NEXT: ands r0, r1
More information about the llvm-branch-commits
mailing list