Skip to content

Commit 3affb7c

Browse files
author
Thorsten Schütt
committed
move file
1 parent f37bb86 commit 3affb7c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# NOTE: Assertions have been autogenerated by utils/update_mir_test_checks.py
2-
# RUN: llc -mtriple aarch64 -run-pass=aarch64-prelegalizer-combiner -verify-machineinstrs %s -o - | FileCheck %s
2+
# RUN: llc -mtriple aarch64 -run-pass=none -verify-machineinstrs %s -o - | FileCheck %s
33

44

55
---
@@ -11,6 +11,7 @@ body: |
1111
; CHECK-LABEL: name: icmp_samesign
1212
; CHECK: liveins: $w0, $w1
1313
; CHECK-NEXT: {{ $}}
14+
; CHECK-NEXT: %x:_(s32) = COPY $w0
1415
; CHECK-NEXT: %y:_(s32) = COPY $w1
1516
; CHECK-NEXT: %cmp:_(s1) = samesign G_ICMP intpred(eq), %y(s32), %y
1617
; CHECK-NEXT: %zext:_(s32) = G_ZEXT %cmp(s1)
@@ -34,6 +35,7 @@ body: |
3435
; CHECK-LABEL: name: icmp_differentsign
3536
; CHECK: liveins: $w0, $w1
3637
; CHECK-NEXT: {{ $}}
38+
; CHECK-NEXT: %x:_(s32) = COPY $w0
3739
; CHECK-NEXT: %y:_(s32) = COPY $w1
3840
; CHECK-NEXT: %cmp:_(s1) = G_ICMP intpred(eq), %y(s32), %y
3941
; CHECK-NEXT: %zext:_(s32) = G_ZEXT %cmp(s1)

0 commit comments

Comments
 (0)