[PATCH] D66935: [AArch64][DebugInfo] Do not recompute CalleeSavedStackSize

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 29 12:21:08 PDT 2019


efriedma added a comment.

Why are we calling determineCalleeSaves in LiveDebugValues, anyway?  Can't it just call getCalleeSavedInfo()?

Making the determineCalleeSaves computation lazy, like this patch does, is really confusing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D66935





More information about the llvm-commits mailing list