This is an archive of the discontinued LLVM Phabricator instance.

Add support for loopz, loopnz for Intel syntax
ClosedPublic

Authored by myatsina on Dec 2 2015, 5:37 AM.

Details

Summary

According to x86 spec, loopz and loopnz should be supported for Intel syntax, where loopz is equivalent to loope and loopnz is equivalent to loopne

Diff Detail

Repository
rL LLVM

Event Timeline

myatsina updated this revision to Diff 41615.Dec 2 2015, 5:37 AM
myatsina retitled this revision from to Add support for loopz, loopnz for Intel syntax.
myatsina updated this object.
myatsina added reviewers: rnk, mcrosier.
myatsina set the repository for this revision to rL LLVM.
myatsina added a subscriber: llvm-commits.
mcrosier accepted this revision.Dec 2 2015, 5:47 AM
mcrosier edited edge metadata.

LGTM.

This revision is now accepted and ready to land.Dec 2 2015, 5:47 AM
This revision was automatically updated to reflect the committed changes.