Remove the YMM_HI_6_15 hack.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 16 Feb 2012 17:56:06 +0000 (17:56 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Thu, 16 Feb 2012 17:56:06 +0000 (17:56 +0000)
commit8b0a3f2df96dae0a6ee4fb240f7190c5bc20e0b7
tree0b3412b8c9fad453b203531a14c514d596a9293a
parent527a08b253795cf09de41c289c9dc071f00b1d4a
Remove the YMM_HI_6_15 hack.

Call clobbers are now represented with register mask operands.  The
regmask can easily represent the fact that xmm6 is call-preserved while
ymm6 isn't.  This is automatically computed by TableGen from the
CalleeSavedRegs containing xmm6.

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