Go to file
Dan Gohman 9ba542c325 Make ScalarEvolution's GroupByComplexity more thorough. In addition
to sorting SCEVs by their kind, sort SCEVs of the same kind according
to their operands. This helps avoid things like (a+b) being a distinct
expression from (b+a).

llvm-svn: 71160
2009-05-07 14:39:04 +00:00
clang Compute the canonical template name when building a template 2009-05-07 06:49:52 +00:00
llvm Make ScalarEvolution's GroupByComplexity more thorough. In addition 2009-05-07 14:39:04 +00:00