Skip to content
Snippets Groups Projects
  • Jakob Stoklund Olesen's avatar
    Tweak MachineLICM heuristics for cheap instructions. · 645bdd4b
    Jakob Stoklund Olesen authored
    Allow cheap instructions to be hoisted if they are register pressure
    neutral or better. This happens if the instruction is the last loop use
    of another virtual register.
    
    Only expensive instructions are allowed to increase loop register
    pressure.
    
    llvm-svn: 154455
    645bdd4b