[all-commits] [llvm/llvm-project] 079571: [mlir][std] Add SignedCeilDivIOp and SignedFloorDi...
Alexandre Eichenberger via All-commits
all-commits at lists.llvm.org
Wed Nov 4 11:18:13 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0795715616416382717d5302f33de5bd10cfec96
https://github.com/llvm/llvm-project/commit/0795715616416382717d5302f33de5bd10cfec96
Author: Alexandre Eichenberger <alexe at us.ibm.com>
Date: 2020-11-04 (Wed, 04 Nov 2020)
Changed paths:
M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
M mlir/include/mlir/Dialect/StandardOps/Transforms/Passes.h
M mlir/include/mlir/Dialect/StandardOps/Transforms/Passes.td
A mlir/integration_test/Dialect/Standard/CPU/test-ceil-floor-pos-neg.mlir
M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
M mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
A mlir/lib/Dialect/StandardOps/Transforms/StdExpandDivs.cpp
A mlir/test/Dialect/Standard/std-expand-divs.mlir
M mlir/test/IR/core-ops.mlir
M mlir/test/Transforms/canonicalize.mlir
M mlir/test/Transforms/constant-fold.mlir
Log Message:
-----------
[mlir][std] Add SignedCeilDivIOp and SignedFloorDivIOp with std to std lowering triggered by -std-expand-divs option. The new operations support positive/negative nominator/denominator numbers.
Differential Revision: https://reviews.llvm.org/D89726
Signed-off-by: Alexandre Eichenberger <alexe at us.ibm.com>
More information about the All-commits
mailing list