add aliases for movs between seg registers and mem. There are multiple
authorChris Lattner <sabre@nondot.org>
Sat, 6 Nov 2010 22:35:34 +0000 (22:35 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 6 Nov 2010 22:35:34 +0000 (22:35 +0000)
commit04a75abe234f1093f69a065d799b3271ccd09f99
treee77b731d944364840e6419af7ed18895d42038a7
parentd5b2f1aa8ce09624b0d0fd133e6cf0829dea57c8
add aliases for movs between seg registers and mem.  There are multiple
different forms of this instruction (movw/movl/movq) which we reported
as being ambiguous.  Since they all do the same thing, gas just picks the
one with the shortest encoding.  Follow its lead here.

This implements rdar://8208615

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@118362 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.td
test/MC/X86/x86-64.s