You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This slightly relaxes the invariant established in llvm#149310, by
also allowing the lifetime argument to be poison. This is to
support the typical pattern of RAUWing with poison when removing
an instruction.
It's worth noting that this does not require any conservative
assumptions, lifetimes with poison arguments can simply be skipped.
Fixesllvm#151119.
0 commit comments