[PATCH] D51218: [GVN] Invalidate cached info for values replaced by equality propagation
John Brawn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 24 08:03:42 PDT 2018
john.brawn created this revision.
john.brawn added reviewers: efriedma, fhahn, reames, wmi.
When GVN propagates an equality by replacing one value with another it also needs to invalidate the cached information for the value being replaced.
Repository:
rL LLVM
https://reviews.llvm.org/D51218
Files:
lib/Transforms/Scalar/GVN.cpp
test/Transforms/GVN/condprop.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51218.162380.patch
Type: text/x-patch
Size: 3237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180824/5d140b07/attachment.bin>
More information about the llvm-commits
mailing list