Skip to content

Commit 9a47421

Browse files
committed
Remove an old change
1 parent aab5e41 commit 9a47421

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

llvm/lib/Target/AMDGPU/GCNSubtarget.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ GCNSubtarget &GCNSubtarget::initializeSubtargetDependencies(const Triple &TT,
8585
FullFS += "-wavefrontsize64,";
8686
}
8787

88-
// GFX9 enables fast-fmaf by default
89-
if (GPU.contains_insensitive("gfx9") && !FS.contains_insensitive("fast-fmaf"))
90-
FullFS += "+fast-fmaf";
91-
9288
FullFS += FS;
9389

9490
ParseSubtargetFeatures(GPU, /*TuneCPU*/ GPU, FullFS);

0 commit comments

Comments
 (0)