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

Christopher Tetreault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 08:42:48 PST 2020


ctetreau created this revision.
Herald added subscribers: llvm-commits, kristof.beyls.
Herald added a project: LLVM.
ctetreau added a reviewer: samparker.

There exists no corresponding code change for this commit, and this
commit causes downstream breakages.

This reverts commit 2db5547c016dbbd6acac3f3175937324f0095226 <https://reviews.llvm.org/rG2db5547c016dbbd6acac3f3175937324f0095226>.


Repository:
  rG LLVM Github Monorepo

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.247279.patch
Type: text/x-patch
Size: 1071 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200228/770b1005/attachment.bin>


More information about the llvm-commits mailing list