[all-commits] [llvm/llvm-project] 8be07a: [mlir][LLVM] Introduce reduction intrinsics for mi...

Daniil Dudkin via All-commits all-commits at lists.llvm.org
Sat Jul 22 06:57:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8be07adfb42d8d5d060b807d5445b6fefc949bee
      https://github.com/llvm/llvm-project/commit/8be07adfb42d8d5d060b807d5445b6fefc949bee
  Author: Daniil Dudkin <unterumarmung at yandex.ru>
  Date:   2023-07-22 (Sat, 22 Jul 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/LLVMIntrinsicOps.td
    M mlir/test/Dialect/LLVMIR/roundtrip.mlir
    M mlir/test/Integration/Dialect/LLVMIR/CPU/test-vector-reductions-fp.mlir
    M mlir/test/Target/LLVMIR/Import/fastmath.ll
    M mlir/test/Target/LLVMIR/Import/intrinsic.ll
    M mlir/test/Target/LLVMIR/llvmir-intrinsics.mlir
    M mlir/test/Target/LLVMIR/llvmir.mlir

  Log Message:
  -----------
  [mlir][LLVM] Introduce reduction intrinsics for minimum/maximum

This patch adds supports for the reduction intrinsic
for floating point minimum and maximum that have
been added to LLVM by https://reviews.llvm.org/D152370.

Related to: #63969

Reviewed By: dcaballe

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




More information about the All-commits mailing list