[PATCH] D22966: GVN-hoist: compute MSSA once per function (PR28670)
Sebastian Pop via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 29 11:37:14 PDT 2016
sebpop created this revision.
sebpop added a reviewer: dberlin.
sebpop added a subscriber: llvm-commits.
With this patch we compute the MemorySSA once and update it in the code generator.
Passes make check-all and test-suite on x86_64-linux.
https://reviews.llvm.org/D22966
Files:
llvm/lib/Transforms/Scalar/GVNHoist.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22966.66152.patch
Type: text/x-patch
Size: 4124 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160729/97e06296/attachment.bin>
More information about the llvm-commits
mailing list