[PATCH] D133860: StackProtector: enable tail call optimization even without musttail

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 16 14:33:50 PDT 2022


efriedma added a comment.

Do we care that the backend might not choose to tail-call a function even if it's in tail position?  The "tail" marker is a hint; depending on attributes, calling convention, etc., the backend might not actually generate a tail call.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133860



More information about the llvm-commits mailing list