We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa54b9a commit f61df65Copy full SHA for f61df65
llvm/test/CodeGen/AVR/issue-163015.ll
@@ -1,4 +1,4 @@
1
-; RUN: llc < %s -mtriple=avr | FileCheck -v -dump-input always %s
+; RUN: llc < %s -mtriple=avr | FileCheck %s
2
3
%Tstats = type <{ i8, i8 }>
4
@ui1 = protected local_unnamed_addr global i64 zeroinitializer, align 8
@@ -7,7 +7,7 @@
7
@stats = external protected global %Tstats, align 1
8
9
; CHECK-LABEL: main:
10
-define protected noundef i32 @main(i32 %0, ptr nocapture readnone %1) local_unnamed_addr addrspace(1) #0 {
+define protected noundef i32 @main(i32 %0, ptr nocapture readnone %1) addrspace(1) #0 {
11
entry:
12
store i64 94, ptr @ui1, align 8
13
store i64 53, ptr @ui2, align 8
0 commit comments