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 6251f7d commit 4d6345aCopy full SHA for 4d6345a
llvm/test/Transforms/InstCombine/double-float-shrink-2.ll
@@ -449,7 +449,7 @@ define float @test_shrink_intrin_fabs_fast_double_src(double %D) {
449
; CHECK-NEXT: ret float [[F]]
450
;
451
%E = call fast double @llvm.fabs.f64(double %D)
452
- %F = fptrunc double %E to float
+ %F = fptrunc fast double %E to float
453
ret float %F
454
}
455
@@ -611,7 +611,7 @@ define half @test_mismatched_type_intrin_fabs_fast_double_src(double %D) {
611
; CHECK-NEXT: ret half [[F]]
612
613
614
- %F = fptrunc double %E to half
+ %F = fptrunc fast double %E to half
615
ret half %F
616
617
0 commit comments