Reid Spencer 3822ff5c71 For PR950:
This patch converts the old SHR instruction into two instructions,
AShr (Arithmetic) and LShr (Logical). The Shr instructions now are not
dependent on the sign of their operands.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31542 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-08 06:47:33 +00:00
..
2006-10-20 18:06:37 +00:00
2006-10-26 06:15:43 +00:00
2006-09-19 06:19:19 +00:00
2006-11-08 06:47:33 +00:00
2004-12-08 23:41:16 +00:00
2006-10-05 06:51:54 +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.