[all-commits] [llvm/llvm-project] ad714d: [mlir][math] Lower math.floor, ceil to libm
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Tue Aug 23 21:38:38 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ad714d5b742051a184b0f7c23fdc0102d56f6a46
https://github.com/llvm/llvm-project/commit/ad714d5b742051a184b0f7c23fdc0102d56f6a46
Author: Kai Sasaki <lewuathe at gmail.com>
Date: 2022-08-24 (Wed, 24 Aug 2022)
Changed paths:
M mlir/lib/Conversion/MathToLibm/MathToLibm.cpp
M mlir/test/Conversion/MathToLibm/convert-to-libm.mlir
Log Message:
-----------
[mlir][math] Lower math.floor,ceil to libm
Lower math.floor and math.ceil to libm
Reviewed By: ftynse
Differential Revision: https://reviews.llvm.org/D131876
More information about the All-commits
mailing list