[all-commits] [llvm/llvm-project] 018070: [mlir][complex] Canonicalization for consecutive c...

Kai Sasaki via All-commits all-commits at lists.llvm.org
Wed Jun 29 02:12:06 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 01807095902d78313ef454896f34c801513b1d83
      https://github.com/llvm/llvm-project/commit/01807095902d78313ef454896f34c801513b1d83
  Author: lewuathe <lewuathe at me.com>
  Date:   2022-06-29 (Wed, 29 Jun 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Complex/IR/ComplexOps.td
    M mlir/lib/Dialect/Complex/IR/ComplexOps.cpp
    M mlir/test/Dialect/Complex/canonicalize.mlir

  Log Message:
  -----------
  [mlir][complex] Canonicalization for consecutive complex.neg

Consecutive complex.neg are redundant so that we can canonicalize them to the original operands.

Reviewed By: pifon2a

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




More information about the All-commits mailing list