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
[SelectionDAGBuilder] Avoid const_cast on call to matchSelectPattern. NFC (#100053)
Summary:
By making the LHS and RHS const pointers, we can use the const signature
of matchSelectPattern.
Test Plan:
Reviewers:
Subscribers:
Tasks:
Tags:
Differential Revision: https://phabricator.intern.facebook.com/D60251079
0 commit comments