Several things:
authorChris Lattner <sabre@nondot.org>
Mon, 5 Dec 2005 02:40:25 +0000 (02:40 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 5 Dec 2005 02:40:25 +0000 (02:40 +0000)
commit3d36a9f6f41c0a4ab302c00d26a61730cc555691
tree17bcf748c55b0bbdfe804c8b16321b0f4d196fb2
parent68bfd9c1e892f8900d0d2534e5b955586607e3ae
Several things:
1. Remove redundant type casts now that PR673 is implemented.
2. Implement the OUT*ir instructions correctly.  The port number really
   *is* a 16-bit value, but the patterns should only match if the number
   is 0-255.  Update the patterns so they now match.
3. Fix patterns for shifts to reflect that the shift amount is always an
   i8, not an i16 as they were believed to be before.  This previous fib
   stopped working when we started knowing that CL has type i8.
4. Change use of i16i8imm in SH*ri patterns to all be imm.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24599 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrInfo.td