Skip to content

Commit 56503d8

Browse files
authored
[AArch64][NFC] Align ZCM test names to MOVE not MOV (#163069)
1 parent a885961 commit 56503d8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmov-fpr.ll renamed to llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-fpr.ll

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; RUN: llc < %s -mtriple=arm64-apple-macosx -mcpu=apple-m1 -mattr=-zcm-fpr128 | FileCheck %s -check-prefixes=NOZCM-FPR128-ATTR --match-full-lines
55
; RUN: llc < %s -mtriple=arm64-apple-macosx -mattr=+zcm-fpr128 | FileCheck %s -check-prefixes=ZCM-FPR128-ATTR --match-full-lines
66

7-
define void @zero_cycle_regmov_FPR64(double %a, double %b, double %c, double %d) {
7+
define void @zero_cycle_regmove_FPR64(double %a, double %b, double %c, double %d) {
88
entry:
99
; CHECK-LABEL: t:
1010
; NOZCM-FPR128-CPU: fmov d0, d2
@@ -45,7 +45,7 @@ entry:
4545

4646
declare float @foo_double(double, double)
4747

48-
define void @zero_cycle_regmov_FPR32(float %a, float %b, float %c, float %d) {
48+
define void @zero_cycle_regmove_FPR32(float %a, float %b, float %c, float %d) {
4949
entry:
5050
; CHECK-LABEL: t:
5151
; NOZCM-FPR128-CPU: fmov s0, s2
@@ -86,7 +86,7 @@ entry:
8686

8787
declare float @foo_float(float, float)
8888

89-
define void @zero_cycle_regmov_FPR16(half %a, half %b, half %c, half %d) {
89+
define void @zero_cycle_regmove_FPR16(half %a, half %b, half %c, half %d) {
9090
entry:
9191
; CHECK-LABEL: t:
9292
; NOZCM-FPR128-CPU: fmov s0, s2

llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmov-gpr.ll renamed to llvm/test/CodeGen/AArch64/arm64-zero-cycle-regmove-gpr.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
; RUN: llc < %s -mtriple=arm64-apple-macosx -mcpu=apple-m1 -mattr=-zcm-gpr64 | FileCheck %s -check-prefixes=NOTATTR --match-full-lines
55
; RUN: llc < %s -mtriple=arm64-apple-macosx -mattr=+zcm-gpr64 | FileCheck %s -check-prefixes=ATTR --match-full-lines
66

7-
define void @zero_cycle_regmov_GPR32(i32 %a, i32 %b, i32 %c, i32 %d) {
7+
define void @zero_cycle_regmove_GPR32(i32 %a, i32 %b, i32 %c, i32 %d) {
88
entry:
99
; CHECK-LABEL: t:
1010
; NOTCPU-LINUX: mov w0, w2

0 commit comments

Comments
 (0)