Skip to content
  • Evan Cheng's avatar
    Reduce instruction selection code size and stack frame size by factoring · 69367fed
    Evan Cheng authored
    code that emit target specific nodes into emit functions that are uniquified
    and shared among selection routines.
    e.g. This reduces X86ISelDAGToDAG.o (release) from ~2M to ~1.5M. Stack frame
    size of Select_store from ~13k down to ~8k.
    This is the first step. Further work to enable more sharing will follow.
    
    llvm-svn: 29158
    69367fed
Loading