Skip to content
Commit 4c065091 authored by Chris Lattner's avatar Chris Lattner
Browse files

Add factoring of multiplications, e.g. turning A*A+A*B into A*(A+B).

Testcase here: Transforms/Reassociate/mulfactor.ll

llvm-svn: 26524
parent c9a318d8
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