Tell the matcher what we are looking for instead of matching everything
and then discarding the result if doesn't fit.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I don't understand all the selection logic here, but your changes look reasonable, and I especially like the API change of not passing in a bool &Imm parameter.
Can you add a comment and document the arguments?