OSDN Git Service

[PowerPC][NFC] Added tests for prologue and epilogue code gen.
authorStefan Pintilie <stefanp@ca.ibm.com>
Wed, 13 Feb 2019 23:37:23 +0000 (23:37 +0000)
committerStefan Pintilie <stefanp@ca.ibm.com>
Wed, 13 Feb 2019 23:37:23 +0000 (23:37 +0000)
commit090fa34a28560dab9dcd875e32d9dcd0b53f8e14
treead2bd1f0713db69d17783858b5db3a6cf5ea87e5
parent8fb384d7eeb3ff0afb3b32b58a01a3b691cbabc8
[PowerPC][NFC] Added tests for prologue and epilogue code gen.

Added four test files to check the existing behaviour of prologue
and epilogue code generation. This patch was done as a setup for
the upcoming patch listed on Phabricator that will change how the
prologue and epilogue work.
The upcoming patch is: https://reviews.llvm.org/D42590

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@353994 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/PowerPC/CSR-fit.ll [new file with mode: 0644]
test/CodeGen/PowerPC/larger-than-red-zone.ll [new file with mode: 0644]
test/CodeGen/PowerPC/not-fixed-frame-object.ll [new file with mode: 0644]
test/CodeGen/PowerPC/reg-scavenging.ll [new file with mode: 0644]