llvm-project
7cf82070 - [PatternMatchHelpers] Improve compile time of m_Combine(And|Or) (#191413)

Commit
16 days ago
[PatternMatchHelpers] Improve compile time of m_Combine(And|Or) (#191413) Squelch the stage-2 compile time regression introduced by the variadic m_Combine(And|Or) matchers, by replacing the std::apply on a std::tuple with a recursive inheritance.
Author
Parents
Loading