Move cmov pseudo instructions to InstrCompiler,
authorChris Lattner <sabre@nondot.org>
Tue, 5 Oct 2010 23:09:10 +0000 (23:09 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Oct 2010 23:09:10 +0000 (23:09 +0000)
commit6dbbff9172a25de867a6c0c5ec5f6fa26850a145
tree0cb2a80574cb67f5a7c676efb2b5e5d08a4021f4
parent25cbf504fe803a0b57e877c6f83aed5aa48e7ec7
Move cmov pseudo instructions to InstrCompiler,
convert all the rest of the cmovs to the multiclass,
with good results:

 X86InstrCMovSetCC.td |  598 +--------------------------------------------------
 X86InstrCompiler.td  |   61 +++++
 2 files changed, 77 insertions(+), 582 deletions(-)

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