Skip to content

Commit 8820f4e

Browse files
[LLVM][CodeGen][AArch64] Regenerate CHECK lines for arm64-vsetcc_fp.ll and fp16-v4-instructions.ll.
1 parent a693f23 commit 8820f4e

File tree

2 files changed

+398
-280
lines changed

2 files changed

+398
-280
lines changed

llvm/test/CodeGen/AArch64/arm64-vsetcc_fp.ll

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
; RUN: llc < %s -mtriple=arm64-eabi -aarch64-neon-syntax=apple -asm-verbose=false | FileCheck %s
1+
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2+
; RUN: llc < %s -mtriple=arm64-eabi -aarch64-neon-syntax=apple | FileCheck %s
23
define <2 x i32> @fcmp_one(<2 x float> %x, <2 x float> %y) nounwind optsize readnone {
34
; CHECK-LABEL: fcmp_one:
4-
; CHECK-NEXT: fcmgt.2s [[REG:v[0-9]+]], v0, v1
5-
; CHECK-NEXT: fcmgt.2s [[REG2:v[0-9]+]], v1, v0
6-
; CHECK-NEXT: orr.8b v0, [[REG2]], [[REG]]
7-
; CHECK-NEXT: ret
5+
; CHECK: // %bb.0:
6+
; CHECK-NEXT: fcmgt.2s v2, v0, v1
7+
; CHECK-NEXT: fcmgt.2s v0, v1, v0
8+
; CHECK-NEXT: orr.8b v0, v0, v2
9+
; CHECK-NEXT: ret
810
%tmp = fcmp one <2 x float> %x, %y
911
%or = sext <2 x i1> %tmp to <2 x i32>
1012
ret <2 x i32> %or

0 commit comments

Comments
 (0)