[PATCH] D16950: Compute live-in for MemorySSA
Daniel Berlin via llvm-commits
llvm-commits at lists.llvm.org
Sat Feb 6 14:04:23 PST 2016
dberlin created this revision.
dberlin added reviewers: reames, hfinkel.
dberlin added subscribers: llvm-commits, george.burgess.iv.
While working on some unit tests for an optimization, i discovered some cases where live-in computation eliminations useless phis for MemorySSA.
The calculation is cheap, and we can always disable it later, so enable it for now.
http://reviews.llvm.org/D16950
Files:
lib/Transforms/Utils/MemorySSA.cpp
test/Transforms/Util/MemorySSA/livein.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16950.47099.patch
Type: text/x-patch
Size: 4188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160206/23f2a13c/attachment.bin>
More information about the llvm-commits
mailing list