[SimplifyLibCalls] Tranform log(pow(x, y)) -> y*log(x).
[oota-llvm.git] / test / Transforms / GVN / fpmath.ll
2014-12-15 Duncan P. N. Exon... IR: Make metadata typeless in assembly
2013-01-01 Dmitri GribenkoTests: rewrite 'opt ... %s' to 'opt ... < %s' so that...
2012-06-04 Rafael EspindolaWhen gvn decides to replace an instruction with another...