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
[CIR][NFC] Refactor GotoSolver with faster containers (#1676)
- Replace std::map with llvm::StringMap and std::vector with
llvm::SmallVector for improved performance.
- Preserve the behavior
- Remove unused headers
0 commit comments