[all-commits] [llvm/llvm-project] d32df0: [mlir][arith] Expose dedicated API for expanding c...

Lei Zhang via All-commits all-commits at lists.llvm.org
Fri Oct 7 12:52:21 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d32df0f63d27bb40981eed14a9e6aebcad4d884b
      https://github.com/llvm/llvm-project/commit/d32df0f63d27bb40981eed14a9e6aebcad4d884b
  Author: Lei Zhang <antiagainst at gmail.com>
  Date:   2022-10-07 (Fri, 07 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Arith/Transforms/Passes.h
    M mlir/lib/Dialect/Arith/Transforms/ExpandOps.cpp

  Log Message:
  -----------
  [mlir][arith] Expose dedicated API for expanding ceil/floor division

This allows more precise control over which patterns to pick to
expand arithmetic ops. Previously ceil/floor division epxansion
is only available together with various min/max op expansion.

Reviewed By: ThomasRaoux

Differential Revision: https://reviews.llvm.org/D135479




More information about the All-commits mailing list