Skip to content
  • Jakob Stoklund Olesen's avatar
    Add target hook for pseudo instruction expansion. · df977fed
    Jakob Stoklund Olesen authored
    Many targets use pseudo instructions to help register allocation.  Like
    the COPY instruction, these pseudos can be expanded after register
    allocation.  The early expansion can make life easier for PEI and the
    post-ra scheduler.
    
    This patch adds a hook that is called for all remaining pseudo
    instructions from the ExpandPostRAPseudos pass.
    
    llvm-svn: 140472
    df977fed
Loading