This is an archive of the discontinued LLVM Phabricator instance.

[X86]Enable the use of 'mov' with a 64bit GPR and a large immediate
ClosedPublic

Authored by coby on Jan 22 2017, 5:31 AM.

Details

Summary

Enable the next form (intel style):
"mov <reg64>, <largeImm>"
which is should be available,
where <largeImm> stands for immediates which exceed the range of a singed 32bit integer

Differential Revision: https://reviews.llvm.org/D28988

Diff Detail

Repository
rL LLVM

Event Timeline

coby created this revision.Jan 22 2017, 5:31 AM
coby edited the summary of this revision. (Show Details)
This revision is now accepted and ready to land.Jan 22 2017, 10:16 AM
This revision was automatically updated to reflect the committed changes.