Most of these functions can work for MachineInstr and MCInst
equally now.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 34911 Build 34910: arc lint + arc unit
Event Timeline
Comment Actions
LGTM. How about adding overriden functions that takes MachineInstr argument that calls these functions? And if this is pure refactoring adding (NFC) to the title might be better.
Comment Actions
Most of the functions are only called once or twice, so adding overloads is not worth it, I think.
I think its cleaner for them to work on generic opcodes, irrespective of where those are stored.
I am actually moving these function to MCTargetDesc so they are available to all the code, not just the backend.