[mlir][Math] Fix RoundEven constant folder.
authorjacquesguan <Jianjian.Guan@streamcomputing.com>
Wed, 7 Sep 2022 12:45:57 +0000 (12:45 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Wed, 7 Sep 2022 12:46:05 +0000 (12:46 +0000)
commit238e08d64326572c3d1cf0f8ebd5e3932184a50d
tree86365074c1c7796ce2f557afe148bffd3ca6f42a
parent7c57180900fb6d703c71351e67eaea0f1a25d2e1
[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
mlir/lib/Dialect/Math/IR/MathOps.cpp