[PATCH] D23843: GVN-hoist: fix hoistingFromAllPaths for loops (PR29034)

Sebastian Pop via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 25 05:00:01 PDT 2016


sebpop added a comment.

> See if it's worth it. Storing the DF is N^2, even though it's linear time to compute, so if doing it your current way is faster, let's go with that.


I think I will commit the patch as is for this reason.


https://reviews.llvm.org/D23843





More information about the llvm-commits mailing list