Convert 'and' to single instance of a multipattern
authorChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2010 01:10:20 +0000 (01:10 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 7 Oct 2010 01:10:20 +0000 (01:10 +0000)
commit4b181c87deeab8ff9fcdc738997541b8822ed395
tree434ef93a6a4b53ac5c6783d94dbe84528286a12b
parenta4257162be84d9d606a42e9db5ce2163426949e3
Convert 'and' to single instance of a multipattern
which instantiates the 34 versions of and all in one
swoop.  The BaseOpc/BaseOpc2/BaseOpc4 stuff should not
be required, but tblgen's feeble brain explodes when I
use Or4<BaseOpc>.V in the multipattern.

No change in the generated .inc files.

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