This is an archive of the discontinued LLVM Phabricator instance.

[X86] [MC] fixed non optimal encoding of instruction memory operand (PR24038)
ClosedPublic

Authored by kbelochapka on Sep 20 2017, 7:04 PM.

Details

Summary

Fixed suboptimal encoding of instruction memory operand when assembler selected 32 bit fixup rather than 8 bit immediate for encoding memory offset value.

Diff Detail

Repository
rL LLVM

Event Timeline

kbelochapka created this revision.Sep 20 2017, 7:04 PM
This revision is now accepted and ready to land.Sep 20 2017, 7:18 PM
This revision was automatically updated to reflect the committed changes.