[all-commits] [llvm/llvm-project] bcd538: [mlir][complex] Canonicalize consecutive complex.conj
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Thu Jul 28 18:06:30 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: bcd538ab92b79464fd538de7b2ec27a603558f88
https://github.com/llvm/llvm-project/commit/bcd538ab92b79464fd538de7b2ec27a603558f88
Author: lewuathe <lewuathe at me.com>
Date: 2022-07-29 (Fri, 29 Jul 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] Canonicalize consecutive complex.conj
We can canonicalize consecutive complex.conj just by removing all conjugate operations.
Reviewed By: pifon2a
Differential Revision: https://reviews.llvm.org/D130684
More information about the All-commits
mailing list