Owen Anderson 0c326f07ca When InstCombine tries to fold away (fsub x, (fneg y)) into (fadd x, y), it is
also worthwhile for it to look through FP extensions and truncations, whose
application commutes with fneg.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187249 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-26 21:40:29 +00:00
..
2012-02-29 01:53:13 +00:00
2013-07-09 07:50:59 +00:00
2013-06-28 01:29:35 +00:00
2013-07-09 22:01:22 +00:00
2013-02-16 23:41:36 +00:00
2012-11-14 20:18:34 +00:00
2013-03-28 19:34:14 +00:00

This directory contains test cases for the instcombine transformation.  The
dated tests are actual bug tests, whereas the named tests are used to test
for features that the this pass should be capable of performing.