[all-commits] [llvm/llvm-project] fe355a: [MLIR][Math] Add support for f64 in the expansion ...

Alexander Shaposhnikov via All-commits all-commits at lists.llvm.org
Thu Aug 24 14:42:04 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fe355a44e7094a1a213a27b89d01d06243620c24
      https://github.com/llvm/llvm-project/commit/fe355a44e7094a1a213a27b89d01d06243620c24
  Author: Alexander Shaposhnikov <ashaposhnikov at google.com>
  Date:   2023-08-24 (Thu, 24 Aug 2023)

  Changed paths:
    M mlir/include/mlir/ExecutionEngine/CRunnerUtils.h
    M mlir/include/mlir/ExecutionEngine/Float16bits.h
    M mlir/include/mlir/IR/BuiltinTypes.h
    M mlir/lib/Dialect/Math/Transforms/ExpandPatterns.cpp
    M mlir/test/CMakeLists.txt
    M mlir/test/Dialect/Math/expand-math.mlir
    M mlir/test/lit.cfg.py
    M mlir/test/mlir-cpu-runner/test-expand-math-approx.mlir

  Log Message:
  -----------
  [MLIR][Math] Add support for f64 in the expansion of math.roundeven

Add support for f64 in the expansion of math.roundeven.
Associated GitHub issue: https://github.com/openxla/iree/issues/13522
This is based on the offline discussion and essentially recommits
https://reviews.llvm.org/D158234.

Test plan: ninja check-mlir check-all




More information about the All-commits mailing list