diff --git a/rocclr/compiler/lib/backends/common/linker.cpp b/rocclr/compiler/lib/backends/common/linker.cpp index 0dd0f09ef8..7324e5877a 100644 --- a/rocclr/compiler/lib/backends/common/linker.cpp +++ b/rocclr/compiler/lib/backends/common/linker.cpp @@ -646,9 +646,7 @@ amdcl::OCLLinker::link(llvm::Module* input, std::vector &libs) setUseNative(Options()->oVariables->OptUseNative); setDenormsAreZero(Options()->oVariables->DenormsAreZero); #if !defined(LEGACY_COMPLIB) - // TODO: Enable the following line to pass DenormsAreZero option to the HLC - // when ready - // HLC_FlushF32Denorms = Options()->oVariables->DenormsAreZero; + HLC_FlushF32Denorms = Options()->oVariables->DenormsAreZero; #endif setUniformWorkGroupSize(Options()->oVariables->UniformWorkGroupSize); setHaveFastFMA32(chip == "Cypress"