[PATCH] D78753: [MLIR] Add conversion from AtomicRMWOp -> GenericAtomicRMWOp.

Alexander Belyaev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 09:05:04 PDT 2020


pifon2a updated this revision to Diff 261832.
pifon2a added a comment.
Herald added subscribers: aartbik, mgorny.

Addressed the comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D78753/new/

https://reviews.llvm.org/D78753

Files:
  mlir/docs/Passes.md
  mlir/include/mlir/Dialect/StandardOps/CMakeLists.txt
  mlir/include/mlir/Dialect/StandardOps/Transforms/CMakeLists.txt
  mlir/include/mlir/Dialect/StandardOps/Transforms/Passes.h
  mlir/include/mlir/Dialect/StandardOps/Transforms/Passes.td
  mlir/include/mlir/InitAllPasses.h
  mlir/lib/Conversion/StandardToLLVM/StandardToLLVM.cpp
  mlir/lib/Dialect/StandardOps/CMakeLists.txt
  mlir/lib/Dialect/StandardOps/Transforms/CMakeLists.txt
  mlir/lib/Dialect/StandardOps/Transforms/ExpandAtomic.cpp
  mlir/lib/Dialect/StandardOps/Transforms/PassDetail.h
  mlir/test/Conversion/StandardToLLVM/convert-to-llvmir.mlir
  mlir/test/Dialect/Standard/expand-atomic.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D78753.261832.patch
Type: text/x-patch
Size: 16843 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200504/89b307a6/attachment.bin>


More information about the llvm-commits mailing list