[all-commits] [llvm/llvm-project] 1e1279: [MLIR]Add support for Arith MAX & MIN operations

Mats Petersson via All-commits all-commits at lists.llvm.org
Wed Aug 17 09:02:00 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1e12793491ecd4abec7c0533f52a3ff1c2e11dc4
      https://github.com/llvm/llvm-project/commit/1e12793491ecd4abec7c0533f52a3ff1c2e11dc4
  Author: Mats Petersson <mats.petersson at arm.com>
  Date:   2022-08-17 (Wed, 17 Aug 2022)

  Changed paths:
    M mlir/lib/Conversion/ArithmeticToLLVM/ArithmeticToLLVM.cpp
    M mlir/test/Conversion/ArithmeticToLLVM/arith-to-llvm.mlir

  Log Message:
  -----------
  [MLIR]Add support for Arith MAX & MIN operations

There are some of this supported in various places, but the
basic conversion of single operations to LLVM was not supported.

Adding this to allow Flang to use these.

Reviewed By: bondhugula

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




More information about the All-commits mailing list