Skip to content
  • Hal Finkel's avatar
    b0407ba0
    Add a dereferenceable attribute · b0407ba0
    Hal Finkel authored
    This attribute indicates that the parameter or return pointer is
    dereferenceable. Practically speaking, loads from such a pointer within the
    associated byte range are safe to speculatively execute. Such pointer
    parameters are common in source languages (C++ references, for example).
    
    llvm-svn: 213385
    b0407ba0
    Add a dereferenceable attribute
    Hal Finkel authored
    This attribute indicates that the parameter or return pointer is
    dereferenceable. Practically speaking, loads from such a pointer within the
    associated byte range are safe to speculatively execute. Such pointer
    parameters are common in source languages (C++ references, for example).
    
    llvm-svn: 213385
Loading