[all-commits] [llvm/llvm-project] 99fc00: [MLIR] Expose atomicrmw and/or

William Moses via All-commits all-commits at lists.llvm.org
Tue Dec 28 21:23:41 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 99fc000c87c0ce3a5f698cfa5a67b177ad0cf5f8
      https://github.com/llvm/llvm-project/commit/99fc000c87c0ce3a5f698cfa5a67b177ad0cf5f8
  Author: William S. Moses <gh at wsmoses.com>
  Date:   2021-12-29 (Wed, 29 Dec 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/StandardOpsBase.td
    M mlir/lib/Analysis/AffineAnalysis.cpp
    M mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/test/Conversion/StandardToLLVM/standard-to-llvm.mlir

  Log Message:
  -----------
  [MLIR] Expose atomicrmw and/or

LLVM (dialect and IR) have atomics for and/or. This patch enables atomic_rmw ops in the standard dialect for and/or that lower to these (in addition to the existing atomics such as addi, etc).

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list