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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D11887
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.
Diff Detail
Event Timelinemyatsina updated this object. This revision is now accepted and ready to land.Aug 9 2015, 11:35 AM Closed by commit rL244582: [X86] Fix imul alias for intel syntax (authored by myatsina). · Explain WhyAug 11 2015, 3:43 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 31786 llvm/trunk/lib/Target/X86/X86InstrInfo.td
llvm/trunk/test/MC/X86/intel-syntax.s
|