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
[LLVM] Change ModulePass::skipModule to take a const reference
- Change `ModulePass::skipModule` to take const Module reference.
- Additionally, make `OptPassGate::shouldRunPass` const as well as
for most implementations its a const query. For `OptBisect`, make
`LastBisectNum` mutable so it could be updated in `shouldRunPass`.
- Minor code cleanup.
0 commit comments