Skip to content
  • Jakob Stoklund Olesen's avatar
    Don't store COPY pointers in VNInfo. · ad6b22eb
    Jakob Stoklund Olesen authored
    If a value is defined by a COPY, that instuction can easily and cheaply
    be found by getInstructionFromIndex(VNI->def).
    
    This reduces the size of VNInfo from 24 to 16 bytes, and improves
    llc compile time by 3%.
    
    llvm-svn: 149763
    ad6b22eb
Loading