[llvm] r199135 - [DAG] Teach DAG to also reassociate vector operations

Eric Christopher echristo at gmail.com
Mon Jan 13 14:42:15 PST 2014


Only a set of nits (i.e. it happens more than once):

> +          // reassoc. (op (op x, c1), c2) -> (op x, (op c1, c2))

Comments are supposed to be full sentences. :)

-eric



More information about the llvm-commits mailing list