[PATCH] D45524: Fix incorrect choice of callee-saved registers save/restore points

Francis Visoiu Mistrih via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 16 17:23:02 PDT 2018


thegameg added inline comments.


================
Comment at: lib/CodeGen/ShrinkWrap.cpp:274
+      // separately. An SP mentioned by a call instruction, we can ignore,
+      // though, is it's harmless and we do not want to effectively disable tail
+      // calls by forcing the restore point to post-dominate them.
----------------
Small typo: is -> as?


https://reviews.llvm.org/D45524





More information about the llvm-commits mailing list