summaryrefslogtreecommitdiffstats
path: root/llvm/test/Transforms/InstCombine/nonnull-attribute.ll
Commit message (Collapse)AuthorAgeFilesLines
* isKnownNonNull needs to consider globals in non-zero address spaces.Pete Cooper2015-08-271-0/+19
Globals in address spaces other than one may have 0 as a valid address, so we should not assume that they can be null. Reviewed by Philip Reames. llvm-svn: 246137
OpenPOWER on IntegriCloud