[llvm-objdump/MachoDump] Make code much more concise.
[oota-llvm.git] / test / Transforms / NaryReassociate / nary-add.ll
2015-09-16 Mehdi Amini[NaryReassociate] Improve test CHECK
2015-05-13 Jingyue Wu[NaryReassociate] avoid running forever
2015-04-17 Jingyue Wu[NaryReassociate] run NaryReassociate iteratively
2015-04-16 Jingyue Wu[NaryReassociate] speeds up candidate searching
2015-04-14 Jingyue WuSimplify n-ary adds by reassociation