This is an archive of the discontinued LLVM Phabricator instance.

[MIPS] Read/Write register for MIPS64
ClosedPublic

Authored by slthakur on Mar 29 2015, 9:51 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

slthakur updated this revision to Diff 22863.Mar 29 2015, 9:51 PM
slthakur retitled this revision from to [MIPS] Read/Write register for MIPS64.
slthakur updated this object.
slthakur edited the test plan for this revision. (Show Details)
slthakur added reviewers: clayborg, tberghammer.
slthakur set the repository for this revision to rL LLVM.
slthakur added subscribers: jaydeep, mohit.bhakkad, bhushan, Unknown Object (MLST).
slthakur updated this revision to Diff 22864.Mar 29 2015, 10:12 PM

Increased code context.

tberghammer accepted this revision.Mar 30 2015, 3:39 AM
tberghammer edited edge metadata.

Looks good with minor inline comment.

source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.h
81–83 ↗(On Diff #22864)

Can you make this function private?

This revision is now accepted and ready to land.Mar 30 2015, 3:39 AM
clayborg accepted this revision.Mar 30 2015, 9:54 AM
clayborg edited edge metadata.

lgtm

slthakur updated this revision to Diff 22928.Mar 30 2015, 10:07 PM
slthakur edited edge metadata.

Addressed review comment

This revision was automatically updated to reflect the committed changes.