[all-commits] [llvm/llvm-project] 7db185: [mlir][MemRefToLLVM] Add fmin, fmax to AtomicRMW l...

Krzysztof Drewniak via All-commits all-commits at lists.llvm.org
Mon Aug 21 14:21:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7db18533b99df72f1236047ef1b4d4e8a4575c63
      https://github.com/llvm/llvm-project/commit/7db18533b99df72f1236047ef1b4d4e8a4575c63
  Author: Krzysztof Drewniak <Krzysztof.Drewniak at amd.com>
  Date:   2023-08-21 (Mon, 21 Aug 2023)

  Changed paths:
    M mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp

  Log Message:
  -----------
  [mlir][MemRefToLLVM] Add fmin, fmax to AtomicRMW lowering

Add cases to the memref.atomicrmw lowering for floating-point min and
max, since LLVM supports these.

Reviewed By: bondhugula

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




More information about the All-commits mailing list