[PATCH] D38768: Add remarks describing when a pass changes the IR instruction count of a module

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 10 21:06:59 PDT 2017


davide added a comment.

Also, side note, analyses aren't really supposed to change the IR (at least this is the guiding principle) so you might just skip them as well.
It needs a bunch more tests, the one you have only covers the Module pass manager, Thanks again for working on this!


https://reviews.llvm.org/D38768





More information about the llvm-commits mailing list