[PATCH] D59499: [MIPS] [microMIPS] Enable dynamic stack realignment.
Mirko Brkusanin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 18 10:22:08 PDT 2019
mbrkusanin created this revision.
mbrkusanin added reviewers: mstojanovic, petarj, atanasyan, sdardis.
Herald added a subscriber: arichardson.
Dynamic stack realignment was disabled on micromips by checking if target
has standard encoding. We simply weaken the condition to not include
micromips.
https://reviews.llvm.org/D59499
Files:
lib/Target/Mips/MipsRegisterInfo.cpp
test/CodeGen/Mips/dynamic-stack-realignment.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59499.191111.patch
Type: text/x-patch
Size: 4701 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190318/a304fe08/attachment.bin>
More information about the llvm-commits
mailing list