Files
clang-p2996/llvm/test/Transforms/InstCombine
Craig Topper 3eec73e20b [InstCombine] Support folding of add instructions with vector constants into select operations
We currently only fold scalar add of constants into selects. This improves this to support vectors too.

Differential Revision: https://reviews.llvm.org/D31683

llvm-svn: 299847
2017-04-10 16:40:00 +00:00
..
2016-09-13 12:10:14 +00:00
2016-07-16 16:24:06 +00:00
2017-01-22 20:28:56 +00:00
2017-01-10 23:08:54 +00:00
2017-04-10 16:28:08 +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.