Skip to content
  • Jakob Stoklund Olesen's avatar
    Give targets a chance to expand even standard pseudos. · add0c43e
    Jakob Stoklund Olesen authored
    Allow targets to expand COPY and other standard pseudo-instructions
    before they are expanded with copyPhysReg().
    
    This allows the target to examine the COPY instruction for extra
    operands indicating it can be widened to a preferable super-register
    copy.  See the ARM -widen-vmovs option.
    
    llvm-svn: 141578
    add0c43e
Loading