Eli Friedman fd2934f190 Don't restrict the set of instructions where we try to constant-fold the
operands; it's possible to end up with a constant-foldable operand to 
most instructions, even those which can't trap.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75845 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15 22:13:34 +00:00
..
2009-01-24 17:16:04 +00:00
2009-02-02 06:55:45 +00:00
2009-02-25 18:20:01 +00:00
2009-07-14 02:01:53 +00:00
2009-06-16 17:23:25 +00:00
2009-03-24 18:15:30 +00:00
2009-07-13 22:31:30 +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.