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 34cdb61 commit 13796fcCopy full SHA for 13796fc
llvm/test/CodeGen/RISCV/riscv-tail-dup-size.ll
@@ -6,13 +6,13 @@
6
; RUN: llc -mtriple=riscv64 -mattr=+m -tail-dup-placement-threshold=4 < %s | FileCheck %s --check-prefix=CHECK-O2
7
; RUN: llc -mtriple=riscv64 -mattr=+m -tail-dup-placement-threshold=6 < %s | FileCheck %s --check-prefix=CHECK-O3
8
9
-@a = external dso_local local_unnamed_addr global i32
10
-@b = external dso_local local_unnamed_addr global i32
11
-@c = external dso_local local_unnamed_addr global i32
+@a = external global i32
+@b = external global i32
+@c = external global i32
12
13
declare i32 @foo(i32)
14
15
-define dso_local i32 @test(i32 %n) {
+define i32 @test(i32 %n) {
16
; CHECK-O2-LABEL: test:
17
; CHECK-O2: # %bb.0: # %entry
18
; CHECK-O2-NEXT: sext.w a1, a0
0 commit comments