[all-commits] [llvm/llvm-project] 7e2a6a: [mlir][arith] Clean up arith canonicalization td r...

Jakub Kuderski via All-commits all-commits at lists.llvm.org
Tue Dec 13 10:07:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e2a6af82c887915500aac64d77f93f1e79e8d28
      https://github.com/llvm/llvm-project/commit/7e2a6af82c887915500aac64d77f93f1e79e8d28
  Author: Jakub Kuderski <kubak at google.com>
  Date:   2022-12-13 (Tue, 13 Dec 2022)

  Changed paths:
    M mlir/lib/Dialect/Arith/IR/ArithCanonicalization.td

  Log Message:
  -----------
  [mlir][arith] Clean up arith canonicalization td rules

- Use `ConstantLikeMatcher` instead of matching `Arith_ConstantOp`
- Reflow some defs to fit the line limit

Suggested by @jpienaar and @Mogball in https://reviews.llvm.org/D139778.

Reviewed By: Mogball

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




More information about the All-commits mailing list