[PATCH] D75358: Revert "[NFC][ARM] Update test"

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 09:19:41 PST 2020


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rG0590c9b9fe03: Revert "[NFC][ARM] Update test" (authored by ctetreau).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D75358/new/

https://reviews.llvm.org/D75358

Files:
  llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll


Index: llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll
===================================================================
--- llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll
+++ llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll
@@ -22,18 +22,7 @@
 
 define %union.rec* @Manifest(%union.rec* %x, %union.rec* %env, %struct.STYLE* %style, %union.rec** %bthr, %union.rec** %fthr, %union.rec** %target, %union.rec** %crs, i32 %ok, i32 %need_expand, %union.rec** %enclose, i32 %fcr) nounwind {
 entry:
-; CHECK: ldrd
-; CHECK-NEXT: movs    r5, #0
-; CHECK-NEXT: cmp     r5, #0
-; CHECK-NEXT: ldm.w
-; CHECK-NEXT: ldr{{(.w)?}} {{(r[0-9]+)|(lr)}}, [r7, #28]
-; CHECK-NEXT: ittt    ne
-; CHECK-NEXT: addne   sp, #292
-; CHECK-NEXT: popne.w {r8, r10, r11}
-; CHECK-NEXT: popne   {r4, r5, r6, r7, pc}
-; CHECK-NEXT: cmp.w   r0, #450
-; CHECK-NEXT: blt
-
+; CHECK:       ldr{{(.w)?}}	{{(r[0-9]+)|(lr)}}, [r7, #28]
   %xgaps.i = alloca [32 x %union.rec*], align 4   ; <[32 x %union.rec*]*> [#uses=0]
   %ycomp.i = alloca [32 x %union.rec*], align 4   ; <[32 x %union.rec*]*> [#uses=0]
   br label %bb20


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75358.247290.patch
Type: text/x-patch
Size: 1071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/b47fd6dc/attachment.bin>


More information about the llvm-commits mailing list