[PATCH] D68783: [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 18:15:17 PDT 2019


efriedma accepted this revision.
efriedma added a comment.

LGTM

I was considering whether, instead of making getCalleeSavedStackSize approximate the stack size when running an individual pass, we should serialize it in the MIR.  But this is probably okay as-is.


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

https://reviews.llvm.org/D68783





More information about the llvm-commits mailing list