This is an archive of the discontinued LLVM Phabricator instance.

[x86][inline-asm][ms-compat] legalize the use of "jc/jz short <op>"
ClosedPublic

Authored by coby on Jul 26 2017, 8:18 AM.

Details

Summary

MS ignores the keyword "short" when used after a jc/jz instruction, LLVM ought to do the same.
Test: D35893

Diff Detail

Repository
rL LLVM

Event Timeline

coby edited the summary of this revision. (Show Details)Jul 26 2017, 8:20 AM
rnk accepted this revision.Jul 26 2017, 10:54 AM

lgtm

This revision is now accepted and ready to land.Jul 26 2017, 10:54 AM
This revision was automatically updated to reflect the committed changes.