[llvm-commits] [llvm] r95975 - in /llvm/trunk:	include/llvm/Analysis/ lib/Analysis/ lib/CodeGen/	lib/Transforms/Scalar/ test/CodeGen/ARM/ test/CodeGen/Thumb2/	test/CodeGen/X86/	test/Transforms/IndVarSimplify/	test/Transforms/LoopStrengthReduce/
    Dan Gohman 
    gohman at apple.com
       
    Tue Feb 16 12:22:26 PST 2010
    
    
  
On Feb 15, 2010, at 11:49 PM, Devang Patel wrote:
>> +          if (SE.isSCEVable(PN->getType()) &&
>> +              (SE.getEffectiveSCEVType(PN->getType()) ==
>> +               SE.getEffectiveSCEVType(AR->getType())) &&
>> +              SE.getSCEV(PN) == AR)
>> +            goto no_cost;
>> +
> 
> goto!
Yep!
Dan
    
    
More information about the llvm-commits
mailing list