[PATCH] D70496: [AArch64] Fix issues with large arrays on stack
Kiran Chandramohan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 25 04:16:32 PST 2019
kiranchandramohan updated this revision to Diff 230874.
kiranchandramohan added a comment.
Addressed review comments by @fpetrogalli and @eli.friedman,
1. Fixed formatting in llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
2. Updated test to work with minimal attributes and removed prefixes for checks
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70496/new/
https://reviews.llvm.org/D70496
Files:
llvm/include/llvm/CodeGen/MachineFrameInfo.h
llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
llvm/lib/CodeGen/MachineFrameInfo.cpp
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
llvm/lib/Target/AArch64/AArch64FrameLowering.h
llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
llvm/lib/Target/AArch64/AArch64RegisterInfo.cpp
llvm/test/CodeGen/AArch64/large-stack.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70496.230874.patch
Type: text/x-patch
Size: 15537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191125/7ae9ff19/attachment.bin>
More information about the llvm-commits
mailing list