This is an archive of the discontinued LLVM Phabricator instance.

Fix imul alias for intel syntax
ClosedPublic

Authored by myatsina on Aug 9 2015, 7:03 AM.

Details

Summary

The "imul reg, imm" alias is not defined for intel syntax.
In intel syntax there is no w/l/q suffix for the imul instruction.

Diff Detail

Repository
rL LLVM

Event Timeline

myatsina updated this revision to Diff 31619.Aug 9 2015, 7:03 AM
myatsina retitled this revision from to Fix imul alias for intel syntax.
myatsina updated this object.
myatsina added a reviewer: craig.topper.
myatsina set the repository for this revision to rL LLVM.
myatsina added a subscriber: llvm-commits.
craig.topper accepted this revision.Aug 9 2015, 11:35 AM
craig.topper edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 9 2015, 11:35 AM
This revision was automatically updated to reflect the committed changes.