[all-commits] [llvm/llvm-project] 9f0869: [mlir][complex] Lower complex.sin/cos to libm

Kai Sasaki via All-commits all-commits at lists.llvm.org
Thu Jun 2 01:48:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9f0869a61dc8d8227956b56cdb0c5c877bb8718a
      https://github.com/llvm/llvm-project/commit/9f0869a61dc8d8227956b56cdb0c5c877bb8718a
  Author: lewuathe <lewuathe at me.com>
  Date:   2022-06-02 (Thu, 02 Jun 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.sin/cos to libm

Lower sin/cos operation in complex dialect to libm as a baseline. This follows up to https://reviews.llvm.org/D125550.

Reviewed By: pifon2a

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




More information about the All-commits mailing list