File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments