convert adc/sbb to a multipattern. Because the adde/sube nodes
authorChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2010 20:01:55 +0000 (20:01 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2010 20:01:55 +0000 (20:01 +0000)
commita3208e122ce04a3d4f07afc0bc67e11cd7e7aa3a
treeb0afa3bb1b7a552aa0f8bb9210d4448ffca9ebf1
parentb8a1ccfc4b2eb84cc59465e2109019c9f85c9114
convert adc/sbb to a multipattern.  Because the adde/sube nodes
are not defined as returning EFLAGS (like add_flag and friends),
the entire multipattern and several of the subclasses need to be
cloned.

This could be handled through better instantiation support in tblgen,
but it isn't meta enough.

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