[PATCH] D68783: [AArch64] Fix access to uninitialized CalleeSavedStackSize
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 10 04:44:22 PDT 2019
sdesmalen marked an inline comment as done.
sdesmalen added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h:183
+
+#ifndef NDEBUG
+ // Make sure the calculated size derived from the CalleeSavedInfo
----------------
I've tested LNT and the llvm unit-tests with this check enabled.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68783/new/
https://reviews.llvm.org/D68783
More information about the llvm-commits
mailing list