llvm-project
c19f0f00
- [PatternMatch] Make m_SpecificMask pass expected mask by Value. NFC (#121527)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
271 days ago
[PatternMatch] Make m_SpecificMask pass expected mask by Value. NFC (#121527) Unlike m_Mask, we don't need to modify a variable owned by the caller so we should pass the ArrayRef by value or const reference.
References
#121527 - [PatternMatch] m_SpecificMask should pass expected mask by Value. NFC
Author
topperc
Parents
715dcb23
Loading