[all-commits] [llvm/llvm-project] 40d74f: [mlir][Math] Add constant folder for Atan2Op.

Jianjian Guan via All-commits all-commits at lists.llvm.org
Thu Aug 4 19:31:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 40d74fcb552cef7c78d6dfc36d574440f6ea0e4c
      https://github.com/llvm/llvm-project/commit/40d74fcb552cef7c78d6dfc36d574440f6ea0e4c
  Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
  Date:   2022-08-05 (Fri, 05 Aug 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Math/IR/MathOps.td
    M mlir/lib/Dialect/Math/IR/MathOps.cpp
    M mlir/test/Dialect/Math/canonicalize.mlir
    M mlir/test/mlir-cpu-runner/math-polynomial-approx.mlir

  Log Message:
  -----------
  [mlir][Math] Add constant folder for Atan2Op.

This patch adds constant folder for Atan2Op which only supports single and double precision floating-point.

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




More information about the All-commits mailing list