[NFC][PowerPC] Add test case for byval store.
authorStefan Pintilie <stefanp@ca.ibm.com>
Fri, 1 Oct 2021 21:46:46 +0000 (16:46 -0500)
committerStefan Pintilie <stefanp@ca.ibm.com>
Fri, 1 Oct 2021 21:54:29 +0000 (16:54 -0500)
commit40f382ad107a17c691192883dd307a9808437dde
tree90d2980db5f40c0a9f02f79a3c598e6fec598367
parenta67c7deae72af3d4294a2999fd1fb920690319b7
[NFC][PowerPC] Add test case for byval store.

Added a test case for situations where a struct of size 1-7 bytes is
passed by value.
llvm/test/CodeGen/PowerPC/ppc64-byval-multi-store.ll [new file with mode: 0644]