allow !strconcat to take more than two operands to eliminate
authorChris Lattner <sabre@nondot.org>
Tue, 5 Oct 2010 23:58:18 +0000 (23:58 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Oct 2010 23:58:18 +0000 (23:58 +0000)
commit8d978a75b477c0e4861d937096518eebba639e72
tree6f3d80445489a8265336dd12af682f5d4b5d3d40
parent3729d0052bda365d04fee900c6f3d09460f1e108
allow !strconcat to take more than two operands to eliminate
!strconcat(!strconcat(!strconcat(!strconcat

Simplify some x86 td files to use it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@115719 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrArithmetic.td
lib/Target/X86/X86InstrFPStack.td
lib/Target/X86/X86InstrSSE.td
utils/TableGen/TGParser.cpp