Skip to content
  • Evan Cheng's avatar
    A bit more memset / memcpy optimization. · 03c1e6f4
    Evan Cheng authored
    Turns them into calls to memset / memcpy if 1) buffer(s) are not DWORD aligned,
    2) size is not known to be greater or equal to some minimum value (currently 128).
    
    llvm-svn: 26224
    03c1e6f4
Loading