Skip to content

Commit 86ddeeb

Browse files
committed
Change to external constant
1 parent 7767b7b commit 86ddeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/remat.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ entry:
320320
; We could remat the load of the constant global if we extended the live
321321
; interval of the high bits of the address.
322322

323-
@const = constant i32 42
323+
@const = external constant i32
324324
define i32 @constglobal_load() nounwind {
325325
; CHECK-LABEL: constglobal_load:
326326
; CHECK: # %bb.0: # %entry

0 commit comments

Comments
 (0)