fold: sqrt(x * x * y) -> fabs(x) * sqrt(y)
[oota-llvm.git] / test / Transforms / ConstantMerge / 2003-10-28-MergeExternalConstants.ll
2012-12-30 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2009-09-05 Daniel DunbarEliminate uses of %prcontext.
2008-03-01 Tanya LattnerRemove llvm-upgrade and update test cases.
2006-12-02 Reid SpencerUse the llvm-upgrade program to upgrade llvm assembly.
2004-08-02 John CriswellUse the new prcontext script.
2003-11-19 Chris LattnerImprove test portability
2003-10-29 Chris LattnerNew testcase