[PATCH] D25476: GVN-hoist: fix store past load dependence analysis (PR30216, PR30499)
Sebastian Pop via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 11 11:52:43 PDT 2016
sebpop updated this revision to Diff 74281.
sebpop added a comment.
Updated to use MemorySSA.cpp:instructionClobbersQuery().
Thanks Danny for insisting on properly fixing this.
https://reviews.llvm.org/D25476
Files:
llvm/include/llvm/Transforms/Utils/MemorySSA.h
llvm/lib/Transforms/Scalar/GVNHoist.cpp
llvm/lib/Transforms/Utils/MemorySSA.cpp
llvm/test/Transforms/GVNHoist/pr30216.ll
llvm/test/Transforms/GVNHoist/pr30499.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D25476.74281.patch
Type: text/x-patch
Size: 12772 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161011/764d5057/attachment.bin>
More information about the llvm-commits
mailing list