[PATCH] D88677: [AArch64] Match the windows canonical callee saved register order [alternative 3]

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 10:36:06 PDT 2020


efriedma added a comment.

I think I prefer this approach.



================
Comment at: llvm/lib/Target/AArch64/AArch64FrameLowering.cpp:2079
+  int IncrementSign = -1;
+  int Inc = 1;
+  unsigned FirstReg = 0;
----------------
It's not obvious what "Inc" and "IncrementSign" are supposed to mean.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D88677



More information about the llvm-commits mailing list