Dan Gohman 3d01334e6f Fix a bug in the over-index constant folding. When over-indexing an
array member of a struct, it's possible to land in an arbitrary position
inside that struct, such that attempting to find further getelementptr
indices will fail. In such cases, folding cannot be done.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79485 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-19 22:46:59 +00:00
..
2007-01-26 08:25:06 +00:00
2007-04-14 20:13:02 +00:00
2007-04-15 07:38:21 +00:00
2008-03-06 06:50:03 +00:00
2009-01-24 17:16:04 +00:00
2009-02-25 18:20:01 +00:00
2008-05-20 05:46:13 +00:00
2007-04-15 07:38:21 +00:00
2007-04-15 07:38:21 +00:00
2007-04-14 18:33:31 +00:00
2009-07-21 01:02:18 +00:00
2007-04-14 20:13:02 +00:00
2007-10-12 05:29:53 +00:00
2009-07-14 02:01:53 +00:00
2008-05-09 05:19:28 +00:00
2002-08-03 20:24:45 +00:00
2009-06-16 17:23:25 +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.