Meador Inge 15d099a790 instcombine: Migrate ffs* optimizations
This patch migrates the ffs* optimizations from the simplify-libcalls
pass into the instcombine library call simplifier.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@168571 91177308-0d34-0410-b5e6-96231b3b80d8
2012-11-25 20:45:27 +00:00
..
2012-02-29 01:53:13 +00:00
2012-10-02 15:49:34 +00:00
2010-01-05 21:54:09 +00:00
2010-07-12 00:19:47 +00:00
2012-11-14 20:18:34 +00:00
2012-04-23 17:39:52 +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.