Skip to content
  • Chris Lattner's avatar
    Move cmov pseudo instructions to InstrCompiler, · cff5b0ea
    Chris Lattner authored
    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(-)
    
    llvm-svn: 115707
    cff5b0ea
Loading