[all-commits] [llvm/llvm-project] 036a69: [mlir][complex] Canonicalization for consecutive c...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Tue Jun 28 02:41:32 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 036a6996750dccfd4493cb169f79e12b585b1e75
https://github.com/llvm/llvm-project/commit/036a6996750dccfd4493cb169f79e12b585b1e75
Author: lewuathe <lewuathe at me.com>
Date: 2022-06-28 (Tue, 28 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.add and sub
Add basic canonicalization for consecutive complex.add and sub operations.
Reviewed By: pifon2a
Differential Revision: https://reviews.llvm.org/D128702
More information about the All-commits
mailing list