Skip to content

Commit 1f7d136

Browse files
committed
Remove UnsafeFPMath in AMDGPUInstructions.td
1 parent 08f1183 commit 1f7d136

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/lib/Target/AMDGPU/AMDGPUInstructions.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,6 @@ def NoFP32Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode()
9494
def NoFP64Denormals : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().FP64FP16Denormals == DenormalMode::getPreserveSign()">;
9595
def IEEEModeEnabled : Predicate<"MF->getInfo<SIMachineFunctionInfo>()->getMode().IEEE">;
9696
def IEEEModeDisabled : Predicate<"!MF->getInfo<SIMachineFunctionInfo>()->getMode().IEEE">;
97-
def UnsafeFPMath : Predicate<"TM.Options.UnsafeFPMath">;
9897
}
9998

10099
def FMA : Predicate<"Subtarget->hasFMA()">;

0 commit comments

Comments
 (0)