[PATCH] D136285: Bad optimization with alloca and intrinsic function stackrestore

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 19 13:28:46 PDT 2022


jamieschmeiser added a comment.

I think it will fail even if stackrestore is not tail call because it will still not pass the !isStaticAlloca query


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136285



More information about the llvm-commits mailing list