Files
clang-p2996/llvm/test/Transforms/InstCombine
Sanjay Patel 53c5c3d65d [InstCombine] add nsw/nuw X, signbit --> or X, signbit
Changing to 'or' (rather than 'xor' when no wrapping flags are set)
allows icmp simplifies to happen as expected.

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

llvm-svn: 295574
2017-02-18 22:20:09 +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
2016-06-05 17:29:45 +00:00
2017-01-10 23:08:54 +00:00
2016-05-02 15:25:49 +00:00
2016-06-25 17:39:10 +00:00
2016-06-05 17:54:56 +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.