[PATCH] D47337: [GVN, NewGVN] Move patchReplacementInstruction to Utils/Local.h
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 24 10:43:09 PDT 2018
fhahn created this revision.
fhahn added reviewers: davide, dberlin, efriedma.
Herald added a subscriber: Prazek.
This function is shared between both implementations. I am not sure if
Utils/Local.h is the best place though.
https://reviews.llvm.org/D47337
Files:
include/llvm/Analysis/Utils/Local.h
lib/Transforms/Scalar/GVN.cpp
lib/Transforms/Scalar/NewGVN.cpp
lib/Transforms/Utils/Local.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47337.148442.patch
Type: text/x-patch
Size: 5980 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180524/29de80f0/attachment.bin>
More information about the llvm-commits
mailing list