Skip to content

Commit 69e22c8

Browse files
Remove unsafemath option @76f15ea
Signed-off-by: Muzammiluddin Syed <[email protected]>
1 parent 3a32495 commit 69e22c8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

compiler/plugins/target/ROCM/ROCMTarget.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ class ROCMTargetBackend final : public TargetBackend {
638638
}
639639
llvm::TargetOptions opt;
640640
opt.AllowFPOpFusion = llvm::FPOpFusion::Fast;
641-
opt.UnsafeFPMath = false;
642641
opt.NoInfsFPMath = false;
643642
opt.NoNaNsFPMath = true;
644643
// Be extra cautious while this is less tested, and prevent unknown

third_party/llvm-project

Submodule llvm-project updated 702 files

0 commit comments

Comments
 (0)