Skip to content
  • Logan Chien's avatar
    Keep the link register for uwtable. · 18583d71
    Logan Chien authored
    The function with uwtable attribute might be visited by the
    stack unwinder, thus the link register should be considered
    as clobbered after the execution of the branch and link
    instruction (i.e. the definition of the machine instruction
    can't be ignored) even when the callee function are marked
    with noreturn.
    
    llvm-svn: 202165
    18583d71
Loading