[PATCH] D132623: [CodeGen] Disable tail calls at -O0/-O1

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 19:36:54 PDT 2022


dblaikie added a comment.

> For that reason I don't think the frontend should be responsible for adding the attribute.

Not sure I follow - the "optnone at -O0" is implemented in the frontend, seems suitable to implement this one the same way, especially if we already have the attribute and infrastructure for it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D132623



More information about the llvm-commits mailing list