[PATCH] D20143: New pass: guard widening
Andrew Trick via llvm-commits
llvm-commits at lists.llvm.org
Tue May 17 14:12:26 PDT 2016
atrick added a comment.
For the record, even for an experimental pass, I'm objecting to O(2^n) recursion not O(n^2).
http://reviews.llvm.org/D20143
More information about the llvm-commits
mailing list