[PATCH] D29360: Teach IPSCCP to not propagate return values of naked functions

Davide Italiano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 16:28:47 PST 2017


davide added a comment.

Probably at least IPConstprop (the 'naive version' of SCCP that doesn't build a lattice yada yada yada), but that's not part of the default pipeline. I'll take care of it next.


https://reviews.llvm.org/D29360





More information about the llvm-commits mailing list