[all-commits] [llvm/llvm-project] 5148c6: [mlir][complex] Inverse canonicalization between e...
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Sat Jul 2 17:37:36 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5148c685e3bbb8d271ebe71da78ff993591f98a7
https://github.com/llvm/llvm-project/commit/5148c685e3bbb8d271ebe71da78ff993591f98a7
Author: lewuathe <lewuathe at me.com>
Date: 2022-07-03 (Sun, 03 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] Inverse canonicalization between exp and log
We can canonicalize consecutive complex.exp and complex.log which are inverse functions each other.
Reviewed By: bixia
Differential Revision: https://reviews.llvm.org/D128966
More information about the All-commits
mailing list