llvm-project
7cf82070
- [PatternMatchHelpers] Improve compile time of m_Combine(And|Or) (#191413)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#191413 - [PatternMatchHelpers] Improve compile time of m_Combine(And|Or)
Author
artagnon
Parents
c0d4959a
Loading