[all-commits] [llvm/llvm-project] 9e241c: [mlir][Math] Add constant folder for ExpOp.

Jianjian Guan via All-commits all-commits at lists.llvm.org
Mon Jul 25 01:27:13 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9e241c70f7795eaddf2bab88f5c3f9538d690f90
      https://github.com/llvm/llvm-project/commit/9e241c70f7795eaddf2bab88f5c3f9538d690f90
  Author: jacquesguan <Jianjian.Guan at streamcomputing.com>
  Date:   2022-07-25 (Mon, 25 Jul 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 ExpOp.

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

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




More information about the All-commits mailing list