Implement optimizations for the strchr and llvm.memset library calls.
authorReid Spencer <rspencer@reidspencer.com>
Tue, 3 May 2005 07:23:44 +0000 (07:23 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Tue, 3 May 2005 07:23:44 +0000 (07:23 +0000)
commit21506ff821ed8dc10ff9626dd7ce992b6e9571d1
treeac32d9f408646c8489758cb9fcf08a1d8a36031a
parent34efdf8b38b05fd97b88ff2e0c0a2186c06680bf
Implement optimizations for the strchr and llvm.memset library calls.
Neither of these activated as many times as was hoped:

strchr:
9 MultiSource/Applications/siod
1 MultiSource/Applications/d
2 MultiSource/Prolangs-C/archie-client
1 External/SPEC/CINT2000/176.gcc/176.gcc

llvm.memset:
no hits

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21669 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/IPO/SimplifyLibCalls.cpp