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
In the example below, allocation a and allocation b have overlapping
lifetimes in all executions, so it should be impossible to observe them having
the same address. InstCombine removes the overlapping lifetimes. Which
introduces a behavior that wasn't possible before.
In the example below, allocation
a
and allocationb
have overlappinglifetimes in all executions, so it should be impossible to observe them having
the same address. InstCombine removes the overlapping lifetimes. Which
introduces a behavior that wasn't possible before.
Before InstCombine:
After InstCombine
https://alive2.llvm.org/ce/z/Vo8GLq
The text was updated successfully, but these errors were encountered: