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 9070a97 commit 8084f45Copy full SHA for 8084f45
llvm/include/llvm/IR/RuntimeLibcalls.td
@@ -2082,9 +2082,8 @@ defvar X86CommonLibcalls =
2082
LibmHasFrexpF32, LibmHasLdexpF32,
2083
LibmHasFrexpF80, LibmHasLdexpF80,
2084
DefaultRuntimeLibcallImpls_f80,
2085
- // MSVCRT doesn't have powi
2086
- // FIXME: It's almost certainly correct that MSVCRT has
2087
- // __powitf2_f128, but at least one test is relying on it.
+ // FIXME: MSVCRT doesn't have powi. The f128 case is added as a
+ // hack for one test relying on it.
2088
__powitf2_f128,
2089
LibcallImpls<(add MostPowI), isNotOSMSVCRT>
2090
);
0 commit comments