Refactor usage of isCopyInstrImpl, isCopyInstr and isAddImmediate methods to return optional machine operand pair of destination and source registers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks @RKSimon !
DestSourcePair was not is_trivially_copyable with MSVC toolchain so I've updated its members to be pointers instead of references.