Skip to content

Commit 13796fc

Browse files
committed
Remove dso_local/local_unnamed_addr
1 parent 34cdb61 commit 13796fc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/test/CodeGen/RISCV/riscv-tail-dup-size.ll

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
; RUN: llc -mtriple=riscv64 -mattr=+m -tail-dup-placement-threshold=4 < %s | FileCheck %s --check-prefix=CHECK-O2
77
; RUN: llc -mtriple=riscv64 -mattr=+m -tail-dup-placement-threshold=6 < %s | FileCheck %s --check-prefix=CHECK-O3
88

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
9+
@a = external global i32
10+
@b = external global i32
11+
@c = external global i32
1212

1313
declare i32 @foo(i32)
1414

15-
define dso_local i32 @test(i32 %n) {
15+
define i32 @test(i32 %n) {
1616
; CHECK-O2-LABEL: test:
1717
; CHECK-O2: # %bb.0: # %entry
1818
; CHECK-O2-NEXT: sext.w a1, a0

0 commit comments

Comments
 (0)