[PATCH] D33649: [DAG] add helper to bind memop chains; NFCI
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 2 06:52:56 PDT 2017
spatel updated this revision to Diff 101202.
spatel added a comment.
Herald added a subscriber: nemanjai.
Patch updated:
1. Change function name to "makeEquivalentMemoryOrdering()" to make intent clearer.
2. Change 2nd param name and comments from "NewLoad" to "NewMemOp" (it is not necessarily a load).
3. Add TODO comment for related PPC function.
https://reviews.llvm.org/D33649
Files:
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33649.101202.patch
Type: text/x-patch
Size: 6985 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170602/c025fb32/attachment.bin>
More information about the llvm-commits
mailing list