[PATCH] D63068: [AVR] Fix incorrect stack parameter push order
Jim Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 9 22:32:32 PDT 2019
Jim created this revision.
Jim added a reviewer: dylanmckay.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
Transform all store nodes into one single node to ensure the order of all store nodes can't be changed.
So that the push instruction sequence generated would be correct.
Repository:
rL LLVM
https://reviews.llvm.org/D63068
Files:
lib/Target/AVR/AVRISelLowering.cpp
test/CodeGen/AVR/call.ll
test/CodeGen/AVR/varargs.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63068.203770.patch
Type: text/x-patch
Size: 3905 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190610/31a2f7ff/attachment.bin>
More information about the llvm-commits
mailing list