[Mlir-commits] [mlir] [mlir] [math] Fix the precision issue of expand math (PR #120865)

Balaji V. Iyer. llvmlistbot at llvm.org
Tue Jan 7 11:04:06 PST 2025


================
@@ -215,31 +215,6 @@ static LogicalResult convertFmaFOp(math::FmaOp op, PatternRewriter &rewriter) {
   return success();
 }
 
-// Converts a floorf() function to the following:
----------------
bviyer wrote:

Can you add a comment why such optimization was removed? This way we won't have anyone else trying the same thing.

https://github.com/llvm/llvm-project/pull/120865


More information about the Mlir-commits mailing list