[NFC][PowerPC] Added test to check regsiter allocation for ACC registers
authorStefan Pintilie <stefanp@ca.ibm.com>
Wed, 14 Jul 2021 02:15:30 +0000 (21:15 -0500)
committerStefan Pintilie <stefanp@ca.ibm.com>
Wed, 14 Jul 2021 10:22:24 +0000 (05:22 -0500)
commitcf0aa0b66ccec87b0ac14f632998074e507be950
tree02b1444f49c3055f37c0638f1169420a2173b352
parent810e4c3c66ed69ba82af687fc2a184bae874ca08
[NFC][PowerPC] Added test to check regsiter allocation for ACC registers

ACC regsiters are a combination of 4 consecutive vector regsiters and therefore
somtimes require special treatment for register allocation. This patch only
adds a test.
llvm/test/CodeGen/PowerPC/ppc64-acc-regalloc.ll [new file with mode: 0644]