[PATCH] D20220: [PEI, AArch64] Use empty spaces in stack area for local stack slot allocation.
Geoff Berry via llvm-commits
llvm-commits at lists.llvm.org
Fri May 27 11:07:18 PDT 2016
gberry added inline comments.
================
Comment at: lib/CodeGen/PrologEpilogInserter.cpp:587
@@ +586,3 @@
+ int64_t FixedCSEnd, BitVector &StackBytesFree) {
+ // Avoid undefined int64_t -> int conversion below in extreme case.
+ if (FixedCSEnd > std::numeric_limits<int>::max())
----------------
This check and the corresponding change of ObjOffest and ObjSize below to 'int' are the only significant changes in this revision.
http://reviews.llvm.org/D20220
More information about the llvm-commits
mailing list