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
[OMPIRBuilder] Prevent dangling InsertPt in IRBuilder.
There are places in PostOutlineCB callbacks where the instruction is
deleted while InsertPt in the IRBuilder pointed to it causing dangling
InsertPt. This PR fixes that by ensuring that the InsertPt is always
valid.
This fixes the sanitizer fail that was seen in llvm#148284.
0 commit comments