As DataExtractor already has a method to extract an unsigned value of a specified size, there is no need to duplicate that.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, thanks for the simplification!
And it looks like SizeRefAddr could be simplified the same way, either as part of this patch or in a follow-up.