[PATCH] D20143: New pass: guard widening

Andrew Trick via llvm-commits llvm-commits at lists.llvm.org
Tue May 17 18:24:08 PDT 2016


atrick added a comment.

With SmallPtrSet you don't have to worry much about the overhead of the visited set. But I understand keeping the code super simple in situations like this when you're really just pattern matching your bounds checks.


http://reviews.llvm.org/D20143





More information about the llvm-commits mailing list