You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: llvm/test/Analysis/CostModel/RISCV/fround.ll
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ define void @lrint() {
202
202
; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %17 = call <vscale x 2 x i64> @llvm.lrint.nxv2i64.nxv2f64(<vscale x 2 x double> undef)
203
203
; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %18 = call <vscale x 4 x i64> @llvm.lrint.nxv4i64.nxv4f64(<vscale x 4 x double> undef)
204
204
; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %19 = call <vscale x 8 x i64> @llvm.lrint.nxv8i64.nxv8f64(<vscale x 8 x double> undef)
205
-
; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret void
205
+
; CHECK-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret void
206
206
;
207
207
calli64@llvm.lrint.i64.f32(floatundef)
208
208
call <2 x i64> @llvm.lrint.v2i64.v2f32(<2 x float> undef)
@@ -247,7 +247,7 @@ define void @llrint() {
247
247
; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %17 = call <vscale x 2 x i64> @llvm.llrint.nxv2i64.nxv2f64(<vscale x 2 x double> undef)
248
248
; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %18 = call <vscale x 4 x i64> @llvm.llrint.nxv4i64.nxv4f64(<vscale x 4 x double> undef)
249
249
; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: %19 = call <vscale x 8 x i64> @llvm.llrint.nxv8i64.nxv8f64(<vscale x 8 x double> undef)
250
-
; CHECK-NEXT: Cost Model: Found an estimated cost of 1 for instruction: ret void
250
+
; CHECK-NEXT: Cost Model: Found an estimated cost of 0 for instruction: ret void
251
251
;
252
252
calli64@llvm.llrint.i64.f32(floatundef)
253
253
call <2 x i64> @llvm.llrint.v2i64.v2f32(<2 x float> undef)
0 commit comments