Skip to content
Commit 9ba542c3 authored by Dan Gohman's avatar Dan Gohman
Browse files

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
parent 4f2e69c2
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment