mirror of
https://github.com/intel/llvm.git
synced 2026-01-26 03:56:16 +08:00
This avoids keeping references to passes that may be freed by the time that the pass manager has finished executing (in the non-crash case). Fixes PR#52069 Differential Revision: https://reviews.llvm.org/D111106