[all-commits] [llvm/llvm-project] 238e08: [mlir][Math] Fix RoundEven constant folder.
Jianjian Guan via All-commits
all-commits at lists.llvm.org
Wed Sep 7 05:46:37 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 238e08d64326572c3d1cf0f8ebd5e3932184a50d
https://github.com/llvm/llvm-project/commit/238e08d64326572c3d1cf0f8ebd5e3932184a50d
Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
Date: 2022-09-07 (Wed, 07 Sep 2022)
Changed paths:
M mlir/lib/Dialect/Math/IR/MathOps.cpp
Log Message:
-----------
[mlir][Math] Fix RoundEven constant folder.
Use roundToIntegral instead roundeven of libm to avoid window build failed.
Reviewed By: mehdi_amini
Differential Revision: https://reviews.llvm.org/D133402
More information about the All-commits
mailing list