Skip to content

Commit cb32f0b

Browse files
author
git apple-llvm automerger
committed
Merge commit 'f24efe19dce1' from llvm.org/release/21.x into stable/21.x
2 parents eba03c4 + f24efe1 commit cb32f0b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

llvm/test/CodeGen/Hexagon/hexagon-strcpy.ll

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2-
; RUN: llc -march=hexagon -verify-machineinstrs < %s | FileCheck %s
2+
; RUN: llc -mtriple=hexagon -verify-machineinstrs < %s | FileCheck %s
33

44
@.str = private unnamed_addr constant [31 x i8] c"DHRYSTONE PROGRAM, 3'RD STRING\00", align 1
55
@.str1 = private unnamed_addr constant [3 x i8] c"%s\00", align 1
66

7-
; Function Attrs: nounwind
87
declare i32 @printf(i8* nocapture readonly, ...)
98

109
; Function Attrs: nounwind
11-
define i32 @main() {
10+
define i32 @main() nounwind {
1211
; CHECK-LABEL: main:
13-
; CHECK: .cfi_startproc
14-
; CHECK-NEXT: // %bb.0: // %entry
15-
; CHECK-NEXT: .cfi_def_cfa r30, 8
16-
; CHECK-NEXT: .cfi_offset r31, -4
17-
; CHECK-NEXT: .cfi_offset r30, -8
12+
; CHECK: // %bb.0: // %entry
1813
; CHECK-NEXT: {
1914
; CHECK-NEXT: r0 = ##.L.str1
2015
; CHECK-NEXT: r3:2 = CONST64(#2325073635944967245)
@@ -53,5 +48,4 @@ entry:
5348
ret i32 0
5449
}
5550

56-
; Function Attrs: nounwind
5751
declare void @llvm.memcpy.p0i8.p0i8.i32(i8* nocapture, i8* nocapture readonly, i32, i32, i1)

0 commit comments

Comments
 (0)