Looks accidentally omitted, it's present on readsRegister, definesRegister and few others.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I'd check if there are some calls of modifiesRegister that pass nullptr, the patch LGTM otherwise
Comment Actions
AFAICT, there's one such call, in the Hexagon backend, but I don't think we should change it (or other places) to take advantage of the default value.