[PATCH] D38419: Create instruction classes for identifying any atomicity of memory intrinsic. (NFC)

Daniel Neilson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 26 09:38:18 PDT 2017


dneilson updated this revision to Diff 120438.
dneilson marked an inline comment as done.
dneilson added a comment.

- Rebase.
- Fixing cut & paste errors in comments.
- Remove isVolatile() method from the atomic memory intrinsic hierarchy.
- Change MemInstrinsicBase to use CRTP.
- Remove inline keyword from classof() method declarations.


https://reviews.llvm.org/D38419

Files:
  include/llvm/IR/IntrinsicInst.h
  lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  lib/IR/Verifier.cpp
  lib/Transforms/InstCombine/InstCombineCalls.cpp
  lib/Transforms/InstCombine/InstCombineInternal.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38419.120438.patch
Type: text/x-patch
Size: 25299 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171026/96c9a8c3/attachment.bin>


More information about the llvm-commits mailing list