[all-commits] [llvm/llvm-project] 70174b: [mlir][math] Added math::FPowI conversion to LLVM ...

Slava Zakharin via All-commits all-commits at lists.llvm.org
Wed Dec 14 10:15:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70174b8035da3f28ef651ee8de96bcfa6d688ada
      https://github.com/llvm/llvm-project/commit/70174b8035da3f28ef651ee8de96bcfa6d688ada
  Author: Slava Zakharin <szakharin at nvidia.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M mlir/lib/Conversion/MathToLLVM/MathToLLVM.cpp
    M mlir/test/Conversion/MathToLLVM/math-to-llvm.mlir

  Log Message:
  -----------
  [mlir][math] Added math::FPowI conversion to LLVM dialect.

The operations are converted into LLVM::PowIOp.

Reviewed By: Mogball

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




More information about the All-commits mailing list