Files
archived-llvm/lib/Transforms/Utils
Eli Friedman 8b3efeb103 [SimplifyLibCalls] Fix memchr expansion for constant strings.
The C standard says "The memchr function locates the first
occurrence of c (converted to an unsigned char)[...]".  The expansion
was missing the conversion to unsigned char.

Fixes https://bugs.llvm.org/show_bug.cgi?id=39041 .

Differential Revision: https://reviews.llvm.org/D55947



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350775 91177308-0d34-0410-b5e6-96231b3b80d8
2019-01-09 23:39:26 +00:00
..
2018-07-30 19:41:25 +00:00
2018-07-30 19:41:25 +00:00
2019-01-03 13:42:44 +00:00
2018-07-30 19:41:25 +00:00
2019-01-04 19:04:54 +00:00