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

Balaji V. Iyer. llvmlistbot at llvm.org
Tue Jan 21 18:02:19 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:

Ok.

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


More information about the Mlir-commits mailing list