[PATCH] D77788: [PowerPC][Future] Enable Tail Calls for PC Relative Code

Victor Huang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 14:39:24 PDT 2020


NeHuang added inline comments.


================
Comment at: llvm/test/CodeGen/PowerPC/pcrel-tail-calls.ll:6
+
+; The tests checks the behaviour of PC Relative tail calls. When using
+; PC Relative we are able to do more tail calling than we have done in
----------------
nit: checks -> check. behaviour -> behavior 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77788/new/

https://reviews.llvm.org/D77788





More information about the llvm-commits mailing list