Nuno Lopes 404f106d71 Merge isKnownNonNull into isKnownNonZero
It now knows the tricks of both functions.
Also, fix a bug that considered allocas of non-zero address space to be always non null

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

llvm-svn: 312869
2017-09-09 18:23:11 +00:00
..
2014-06-02 21:23:54 +00:00
2016-07-16 16:24:06 +00:00
2017-01-22 20:28:56 +00:00
2014-03-06 05:32:52 +00:00
2017-04-17 03:41:47 +00:00
2017-01-10 23:08:54 +00:00
2014-11-04 05:17:58 +00:00
2014-10-21 23:00:20 +00:00
2016-04-17 04:30:43 +00:00
2017-05-19 22:37:09 +00:00
2015-01-06 23:00:33 +00:00
2016-04-05 17:24:54 +00:00
2015-06-05 18:04:42 +00:00
2015-08-11 21:33:55 +00:00
2015-08-28 19:09:31 +00:00
2017-04-19 12:06:40 +00:00
2016-01-07 19:27:16 +00:00
2017-04-14 17:47:07 +00:00
2017-05-19 22:37:09 +00:00
2016-04-05 17:24: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.