Dan Gohman fd3daa74c2 Generalize the zext(trunc(t) & C) instcombine to work even with
C is not a low-bits mask, and add a similar instcombine for
zext((trunc(t) & C) ^ C).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73705 91177308-0d34-0410-b5e6-96231b3b80d8
2009-06-18 16:30:21 +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-06-16 17:23:25 +00:00
2009-03-24 18:15: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.