[llvm] 0590c9b - Revert "[NFC][ARM] Update test"

Christopher Tetreault via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 28 09:16:29 PST 2020


Author: Christopher Tetreault
Date: 2020-02-28T09:14:50-08:00
New Revision: 0590c9b9fe0347fb910ff4925d080ac72e08355f

URL: https://github.com/llvm/llvm-project/commit/0590c9b9fe0347fb910ff4925d080ac72e08355f
DIFF: https://github.com/llvm/llvm-project/commit/0590c9b9fe0347fb910ff4925d080ac72e08355f.diff

LOG: Revert "[NFC][ARM] Update test"

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

This reverts commit 2db5547c016dbbd6acac3f3175937324f0095226.

Reviewers: samparker

Subscribers: kristof.beyls, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D75358

Added: 
    

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

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll b/llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll
index f5cbf8978a3d..c1f7de3dbdfe 100644
--- a/llvm/test/CodeGen/Thumb2/ldr-str-imm12.ll
+++ b/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


        


More information about the llvm-commits mailing list