Skip to content
  • Duncan Sands's avatar
    Partially address a README by having functionattrs consider calls to · 78376ad7
    Duncan Sands authored
    memcpy, memset and other intrinsics that only access their arguments
    to be readnone if the intrinsic's arguments all point to local memory.
    This improves the testcase in the README to readonly, but it could in
    theory be made readnone, however this would involve more sophisticated
    analysis that looks through the memcpy.
    
    llvm-svn: 92829
    78376ad7
Loading