We need to synchronize the threads *before* we destroy the RAII objects
that hold the old values and not after to avoid threads executing the
parallel region but seeing an inconsistent state.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo