Skip to content
  • Evan Cheng's avatar
    Fix r141744. · af138954
    Evan Cheng authored
    1. The speculation check may not have been performed if the BB hasn't had a load
       LICM candidate.
    2. If the candidate would be CSE'ed, then go ahead and speculatively LICM the
       instruction even if it's in high register pressure situation.
    
    llvm-svn: 141747
    af138954
Loading