[all-commits] [llvm/llvm-project] c1ebef: [mlir] Make polynomial approximation emit std inst...
Benjamin Kramer via All-commits
all-commits at lists.llvm.org
Wed Aug 11 07:38:56 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c1ebefdf77f34cc0b23597071098c8f8a8d2839b
https://github.com/llvm/llvm-project/commit/c1ebefdf77f34cc0b23597071098c8f8a8d2839b
Author: Benjamin Kramer <benny.kra at googlemail.com>
Date: 2021-08-11 (Wed, 11 Aug 2021)
Changed paths:
M mlir/lib/Dialect/Math/Transforms/CMakeLists.txt
M mlir/lib/Dialect/Math/Transforms/PolynomialApproximation.cpp
M mlir/test/Dialect/Math/polynomial-approximation.mlir
Log Message:
-----------
[mlir] Make polynomial approximation emit std instead of LLVM ops
This is a bit cleaner and removes issues with 2d vectors. It also has a
big impact on constant folding, hence the test changes.
Differential Revision: https://reviews.llvm.org/D107896
More information about the All-commits
mailing list