[PATCH] D15537: limit the number of instructions per block examined by dead store elimination

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 5 16:16:06 PST 2016


FWIW: while i am 100% in agreement with philip that we should strive to
avoid these kinds of limits except as an absolute last resort,
...
staring at deadstoreelimination, i can't see how do to what it is doing in
less than N^2 or worse time as long as it uses MDA.

(once it doesn't use MDA, we can make it linear pretty trivially).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160105/3e413d34/attachment.html>


More information about the llvm-commits mailing list