[PATCH] D57854: [InstCombine] Optimize `atomicrmw <op>, 0` into `load atomic` when possible

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 7 13:27:11 PST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL353471: [InstCombine] Optimize `atomicrmw <op>, 0` into `load atomic` when possible (authored by qcolombet, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D57854?vs=185675&id=185860#toc

Repository:
  rL LLVM

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

https://reviews.llvm.org/D57854

Files:
  llvm/trunk/lib/Transforms/InstCombine/CMakeLists.txt
  llvm/trunk/lib/Transforms/InstCombine/InstCombineAtomicRMW.cpp
  llvm/trunk/lib/Transforms/InstCombine/InstCombineInternal.h
  llvm/trunk/test/Transforms/InstCombine/atomicrmw.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57854.185860.patch
Type: text/x-patch
Size: 6453 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190207/f383b45f/attachment.bin>


More information about the llvm-commits mailing list