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

Alexander Belyaev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 4 23:57:38 PDT 2020


pifon2a updated this revision to Diff 262013.
pifon2a marked an inline comment as done.
pifon2a added a comment.

updated the comment.


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.262013.patch
Type: text/x-patch
Size: 16840 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200505/507d503a/attachment.bin>


More information about the llvm-commits mailing list