This is an archive of the discontinued LLVM Phabricator instance.

Don't randomly encode %rip where illegal
ClosedPublic

Authored by dougk on Sep 30 2016, 11:13 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

dougk updated this revision to Diff 73102.Sep 30 2016, 11:13 AM
dougk retitled this revision from to Don't randomly encode %rip where illegal.
dougk updated this object.
dougk added a reviewer: niravd.
dougk added a subscriber: llvm-commits.
dougk updated this revision to Diff 73150.Sep 30 2016, 2:49 PM

handle Intel syntax also

niravd edited edge metadata.Sep 30 2016, 5:34 PM

The patch is missing the intel syntax tests cases. Otherwise LGTM.

dougk updated this revision to Diff 73649.Oct 5 2016, 8:27 AM
dougk edited edge metadata.

test Intel syntax

niravd accepted this revision.Oct 5 2016, 8:29 AM
niravd edited edge metadata.
This revision is now accepted and ready to land.Oct 5 2016, 8:29 AM
This revision was automatically updated to reflect the committed changes.