Skip to content
  • Chris Lattner's avatar
    have the mc lowering process handle a few tail call forms, lowering them to · 88c18561
    Chris Lattner authored
    jumps where possible and turning the TAILCALL marker in the instruction
    asm string into a proper comment.
    
    This eliminates a FIXME and is on the path to finishing:
    rdar://7639610 - eliminate encoding and asm info for TAILJMPd TAILJMPr TAILJMPn, etc.
    
    However, I can't eliminate the encodings for these instructions because the JIT
    still exists and has its own copy of the encoder, sigh.
    
    llvm-svn: 107946
    88c18561
Loading