[PATCH] D61437: [AArch64] Static (de)allocation of SVE stack objects.
David Greene via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 1 12:42:12 PDT 2019
greened added a comment.
> I wouldn't really worry about optimizing this; dynamic stack allocation is rare in most C and C++ codebases, and one integer register likely doesn't matter much.
Note that the situation is different with Fortran, where dynamic stack allocation is much more common, though I don't know whether this particular issue will impact performance all that much.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61437/new/
https://reviews.llvm.org/D61437
More information about the llvm-commits
mailing list