Skip to content
  • John McCall's avatar
    Track whether an AggValueSlot is potentially aliased, and do not · a5efa738
    John McCall authored
    emit call results into potentially aliased slots.  This allows us
    to properly mark indirect return slots as noalias, at the cost
    of requiring an extra memcpy when assigning an aggregate call
    result into a l-value.  It also brings us into compliance with
    the x86-64 ABI.
    
    llvm-svn: 138599
    a5efa738
Loading