Skip to content

Commit 3c5578a

Browse files
committed
Trigger CI.
1 parent cd0cf21 commit 3c5578a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/CodeGen/RISCV/min-weight-ratio.mir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# RUN: llc %s -mtriple=riscv64 -run-pass=greedy,virtregrewriter \
33
# RUN: -min-weight-ratio-needed-to-evict-hint=7.5 -o - | FileCheck %s
44

5-
# Due to the minimum weight heuristic (see the explanation of `MinWeightRatioNeededToEvictHint`) we are able to get rid of ALL the copies in the code below. When heuristic is disabled (-min-weight-ratio-needed-to-evict-hint=1.0) we end up with 3 copies.
5+
# Due to the minimum weight heuristic (see the explanation of `MinWeightRatioNeededToEvictHint`) we are able to get rid of ALL the copies in the code below. When heuristic is disabled (`-min-weight-ratio-needed-to-evict-hint=1.0`) we end up with 3 copies.
66

77
--- |
88
source_filename = "test.c"

0 commit comments

Comments
 (0)