Files
clang-p2996/llvm/lib/Transforms/Scalar
Duncan P. N. Exon Smith 4fd9b7e16f Scalar: Ignore ConstantData in processAssumption
Assumptions on UndefValue and ConstantPointerNull aren't relevant to
other users.  Ignore them entirely to avoid wasting cycles walking
through their (possibly extremely extensive (cross-module)) use-lists.

It wasn't clear how to add a specific test for this, and it'll be
covered anyway by an eventual patch that asserts when trying to access
the use-list of an instance of ConstantData.

llvm-svn: 282334
2016-09-24 20:00:38 +00:00
..
2016-09-19 23:17:58 +00:00
2016-09-07 01:49:41 +00:00
2016-09-08 15:25:12 +00:00
2016-09-22 07:56:23 +00:00