[PATCH] D77788: [PowerPC][Future] Enable Tail Calls for PC Relative Code
Stefan Pintilie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 09:50:45 PDT 2020
stefanp marked 4 inline comments as done.
stefanp 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
----------------
NeHuang wrote:
> nit: checks -> check. behaviour -> behavior
Fixed the checks but I'll leave the spelling of 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