[PATCH] D69914: [LVI] Normalize pointer behavior
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 13:23:59 PST 2019
nikic updated this revision to Diff 233674.
nikic added a comment.
Improve cache interface: Use a single isPointerDereferenceInBlock() method which accepts a callback to initialize the cache. I think that gives a reasonable balance between hiding cache details and having natural control flow. What do you think?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69914/new/
https://reviews.llvm.org/D69914
Files:
llvm/lib/Analysis/LazyValueInfo.cpp
llvm/test/Transforms/JumpThreading/combine-metadata.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69914.233674.patch
Type: text/x-patch
Size: 11693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191212/8a98c6fc/attachment.bin>
More information about the llvm-commits
mailing list