Reid Spencer cea6559f60 Implement the IsDigitOptimization for simplifying calls to the isdigit
library function:
  isdigit(chr) -> 0 or 1 if chr is constant
  isdigit(chr) -> chr - '0' <= 9 otherwise

Although there are many calls to isdigit in llvm-test, most of them are
compiled away by macros leaving only this:

2 MultiSource/Applications/hexxagon


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21688 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-04 18:58:28 +00:00
..
2005-04-21 23:48:37 +00:00
2005-05-01 04:42:15 +00:00
2005-05-02 14:47:42 +00:00
2005-04-21 23:48:37 +00:00
2005-04-21 23:48:37 +00:00