[PATCH] D71128: [NVPTX][FIX] Expand atomics we cannot handle natively in the ISA

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 6 15:21:14 PST 2019


jdoerfert updated this revision to Diff 232662.
jdoerfert added a comment.

Fix test cases by exposing more TLI hooks


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D71128

Files:
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/AtomicExpandPass.cpp
  llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
  llvm/lib/Target/NVPTX/NVPTXISelLowering.h
  llvm/lib/Target/NVPTX/NVPTXTargetMachine.cpp
  llvm/test/Transforms/AtomicExpand/NVPTX/expand-atomic-i16.ll
  llvm/test/Transforms/AtomicExpand/NVPTX/expand-atomic-i8.ll
  llvm/test/Transforms/AtomicExpand/NVPTX/expand-atomic-rmw-fadd.ll
  llvm/test/Transforms/AtomicExpand/NVPTX/expand-atomic-rmw-fsub.ll
  llvm/test/Transforms/AtomicExpand/NVPTX/expand-atomic-rmw-nand.ll
  llvm/test/Transforms/AtomicExpand/NVPTX/lit.local.cfg
  llvm/test/Transforms/AtomicExpand/NVPTX/unaligned-atomic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71128.232662.patch
Type: text/x-patch
Size: 47915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191206/05bee555/attachment.bin>


More information about the llvm-commits mailing list