| commit | 0b576b377f8b3bc2166179b9d141c4237725fdf7 | [log] [tgz] |
|---|---|---|
| author | Chandler Carruth <chandlerc@gmail.com> | Tue Jan 06 02:50:06 2015 +0000 |
| committer | Chandler Carruth <chandlerc@gmail.com> | Tue Jan 06 02:50:06 2015 +0000 |
| tree | 115be45d58536bf1f6edb3ce36e1db4c3c469a23 | |
| parent | bdbdd3fd4e79589b172ee41d4694b8b6a2d6da73 [diff] |
[PM] Add a collection of no-op analysis passes and switch the new pass manager tests to use them and be significantly more comprehensive. This, naturally, uncovered a bug where the CGSCC pass manager wasn't printing analyses when they were run. The only remaining core manipulator is I think an invalidate pass similar to the require pass. That'll be next. =] llvm-svn: 225240