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 ca0e501 commit c8cc2beCopy full SHA for c8cc2be
llvm/test/Transforms/InstCombine/win-math.ll
@@ -274,7 +274,9 @@ define float @float_round(float %x) nounwind readnone {
274
}
275
276
declare float @powf(float, float)
277
-; win32 lacks sqrtf&fabsf, win64 lacks fabsf
+
278
+; win32 lacks sqrtf&fabsf, win64 lacks fabsf, but
279
+; calls to the intrinsics can be emitted instead.
280
define float @float_powsqrt(float %x) nounwind readnone {
281
; WIN32-LABEL: @float_powsqrt(
282
; WIN32-NOT: float @sqrtf
0 commit comments