[PATCH] [SCCP] Calculate Null Pointer Comparisons

Nicholas White n.j.white at gmail.com
Wed May 13 14:33:39 PDT 2015


> Does it make sense to make simplifycfg smarter instead of sccp?
Yes - that makes the code change much smaller (no need for a custom
visitor)! I've pushed a (completely) new version of the patch to
http://reviews.llvm.org/D9634 . Thanks -

Nick



More information about the llvm-commits mailing list