Implement 'retn' simply by aliasing it to the relevant 'ret' instruction
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D24346
[x86] Accept 'retn' as an alias to 'ret[lqw]'\'ret' (At&t\Intel) ClosedPublic Authored by coby on Sep 8 2016, 8:10 AM.
Details Summary Implement 'retn' simply by aliasing it to the relevant 'ret' instruction
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Sep 26 2016, 11:40 PM Closed by commit rL282601: [x86] Accept 'retn' as an alias to 'ret[lqw]'\'ret' (At&t\Intel) (authored by myatsina). · Explain WhySep 28 2016, 9:01 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 72846 llvm/trunk/lib/Target/X86/X86InstrInfo.td
llvm/trunk/test/MC/X86/ret.s
|