We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f828453 commit 1d13f90Copy full SHA for 1d13f90
1 file changed
python/src/llvm.cc
@@ -133,7 +133,6 @@ createTargetMachine(llvm::Module *module, std::string proc,
133
bool disableLLVMOpt = mlir::triton::tools::getBoolEnv("DISABLE_LLVM_OPT");
134
if (enable_fp_fusion)
135
opt.AllowFPOpFusion = llvm::FPOpFusion::Fast;
136
- opt.NoInfsFPMath = false;
137
opt.NoNaNsFPMath = true;
138
opt.TrapUnreachable = true;
139
opt.MCOptions.AsmVerbose = true;
0 commit comments