mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-04 22:07:27 +00:00
29a5bf5f0f
* Add four new cases to handle the new optimizations for strlen, dealing with: strlen(x) != 0 -> *x != 0 strlen(x) == 0 -> *x == 0 for each of two cases: strlen(x) != 0 and strlen(x) == 0 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21767 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
dg.exp | ||
ExitInMain.ll | ||
FPrintF.ll | ||
IsDigit.ll | ||
MemCpy.ll | ||
MemMove.ll | ||
MemSet.ll | ||
Pow.ll | ||
Puts.ll | ||
SPrintF.ll | ||
StrCat.ll | ||
StrChr.ll | ||
StrCmp.ll | ||
StrCpy.ll | ||
StrLen.ll | ||
StrNCmp.ll | ||
ToAscii.ll |