summaryrefslogtreecommitdiff
path: root/test/Transforms/InstCombine/sqrt.ll
Commit message (Expand)AuthorAge
* Update Transforms tests to use CHECK-LABEL for easier debugging. No functiona...Stephen Lin2013-07-14
* Tests: rewrite 'opt ... %s' to 'opt ... < %s' so that opt does not emit a Mod...Dmitri Gribenko2012-12-30
* Change test case, one that actually failed before my commit.Evan Cheng2011-07-13
* It's not safe to fold (fptrunc (sqrt (fpext x))) to (sqrtf x) if there is ano...Evan Cheng2011-07-13
* Fix a serious performance regression introduced by r108687 on linux:Chris Lattner2010-09-07
* rename test.Chris Lattner2010-09-07