[Attributor] `byval` arguments are always `noalias`
`byval` introduces a local copy of the argument. That copy cannot alias anything.
Loading
Please sign in to comment
`byval` introduces a local copy of the argument. That copy cannot alias anything.