[PATCH] D31302: [CodeGen] Compute DT/LI lazily in SafeStackLegacyPass. NFC.
Davide Italiano via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 30 13:17:50 PDT 2017
davide added a comment.
Do you have #s on the compile time impact? I'd rather err on the side of safety (i.e. recomputing each time) unless the impact is substantial (I assume it is, but I'm just curious and I'd like to see the #s).
https://reviews.llvm.org/D31302
More information about the llvm-commits
mailing list