llvm-project
c19f0f00 - [PatternMatch] Make m_SpecificMask pass expected mask by Value. NFC (#121527)

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.
Author
Parents
Loading