omjavaid created this revision.
omjavaid added a reviewer: labath.
Herald added subscribers: danielkiss, atanasyan, kristof.beyls, emaste.
This patch aims to combine similar arm64 register set definitions defined in
NativeRegisterContextLinux_arm64 and RegisterContextPOSIX_arm64.
I have implement
omjavaid created this revision.
omjavaid added a reviewer: labath.
Herald added subscribers: atanasyan, kbarton, kristof.beyls, nemanjai.
This patch aims to remove multiple copies of GetByteOrder() and
ConvertRegisterKindToRegisterNumber used in various versions of
RegisterContextPOSIX_*.
Both
smeenai requested changes to this revision.
smeenai added a comment.
This revision now requires changes to proceed.
Requesting changes to remove from my review queue while the above comments are
being addressed.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79219/new/
https://reviews.l
jrtc27 added a comment.
Yeah, I don't think we want to be merging code we can't test even in a
non-automated way. Even if this code is completely bug-free, the inability to
test it just means we risk having it bit-rot with nobody noticing.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE L