Add strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
[oota-llvm.git] / test / Transforms / InstCombine / strchr-1.ll
2014-02-04 Kai NackeAdd strchr(p, 0) -> p + strlen(p) to SimplifyLibCalls
2013-08-15 Yunzhong GaoFixing a corner-case bug in strchr and strrchr lib...
2012-10-13 Meador Ingeinstcombine: Migrate strchr and strrchr optimizations