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 32baec4 commit e8370cdCopy full SHA for e8370cd
llvm/lib/CodeGen/TargetOptionsImpl.cpp
@@ -51,7 +51,7 @@ bool TargetOptions::FramePointerIsReserved(const MachineFunction &MF) const {
51
/// HonorSignDependentRoundingFPMath - Return true if the codegen must assume
52
/// that the rounding mode of the FPU can change from its default.
53
bool TargetOptions::HonorSignDependentRoundingFPMath() const {
54
- return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption;
+ return HonorSignDependentRoundingFPMathOption;
55
}
56
57
/// NOTE: There are targets that still do not support the debug entry values
0 commit comments