mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-18 16:58:23 +00:00
![Groverkss](/assets/img/avatar_default.png)
This patch refactors existing implementations of division representation storage into a new class, DivisionRepr. This refactoring is done so that the common division utilities can be shared in an upcoming patch. Reviewed By: arjunp Differential Revision: https://reviews.llvm.org/D129146