[all-commits] [llvm/llvm-project] adf795: [mlir][arith] Fold `and(a, and(a, b))` to `and(a, b)`

Ivan Butygin via All-commits all-commits at lists.llvm.org
Wed Nov 16 13:59:19 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: adf795dc7ce7d96220f2fc327286cd41bdaefe25
      https://github.com/llvm/llvm-project/commit/adf795dc7ce7d96220f2fc327286cd41bdaefe25
  Author: Ivan Butygin <ivan.butygin at gmail.com>
  Date:   2022-11-16 (Wed, 16 Nov 2022)

  Changed paths:
    M mlir/lib/Dialect/Arith/IR/ArithOps.cpp
    M mlir/test/Dialect/Arith/canonicalize.mlir

  Log Message:
  -----------
  [mlir][arith] Fold `and(a, and(a, b))` to `and(a, b)`

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




More information about the All-commits mailing list