SimplifyLibCalls: Add basic optimization of memchr calls.
This is just memchr(x, y, 0) -> nullptr and constant folding. llvm-svn: 232896
Loading
Please sign in to comment
This is just memchr(x, y, 0) -> nullptr and constant folding. llvm-svn: 232896