[all-commits] [llvm/llvm-project] f27dee: [mlir][complex] Lower complex.angle to libm
Kai Sasaki via All-commits
all-commits at lists.llvm.org
Thu Jul 7 19:40:00 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f27deeee7914feaaed2079a092945ec59421b9e2
https://github.com/llvm/llvm-project/commit/f27deeee7914feaaed2079a092945ec59421b9e2
Author: lewuathe <lewuathe at me.com>
Date: 2022-07-08 (Fri, 08 Jul 2022)
Changed paths:
M mlir/lib/Conversion/ComplexToLibm/ComplexToLibm.cpp
M mlir/test/Conversion/ComplexToLibm/convert-to-libm.mlir
Log Message:
-----------
[mlir][complex] Lower complex.angle to libm
complex.angle corresponds to arg function in libm. We can lower complex.angle to arg and argf.
Reviewed By: pifon2a
Differential Revision: https://reviews.llvm.org/D129341
More information about the All-commits
mailing list