This is an archive of the discontinued LLVM Phabricator instance.

[X86][Asm] Allow negative immediate to appear before bracketed expression
ClosedPublic

Authored by coby on Aug 2 2017, 10:29 AM.

Details

Summary

Currently, only non-negative immediate is allowed prior to a brac expression (memory reference).
MASM / GAS does not have any problem cope with the left side of the real line, so we should be able to as well.

llvm: D36229

Diff Detail

Repository
rL LLVM

Event Timeline

coby created this revision.Aug 2 2017, 10:29 AM
rnk accepted this revision.Aug 3 2017, 2:18 PM

Looks good

This revision is now accepted and ready to land.Aug 3 2017, 2:18 PM
This revision was automatically updated to reflect the committed changes.