Skip to content

Commit 1d13f90

Browse files
committed
NoInfsFPMath was removed
1 parent f828453 commit 1d13f90

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

python/src/llvm.cc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ createTargetMachine(llvm::Module *module, std::string proc,
133133
bool disableLLVMOpt = mlir::triton::tools::getBoolEnv("DISABLE_LLVM_OPT");
134134
if (enable_fp_fusion)
135135
opt.AllowFPOpFusion = llvm::FPOpFusion::Fast;
136-
opt.NoInfsFPMath = false;
137136
opt.NoNaNsFPMath = true;
138137
opt.TrapUnreachable = true;
139138
opt.MCOptions.AsmVerbose = true;

0 commit comments

Comments
 (0)