[ARM GlobalISel] Split test into 3. NFC
authorDiana Picus <diana.picus@linaro.org>
Wed, 25 Oct 2017 11:21:15 +0000 (11:21 +0000)
committerDiana Picus <diana.picus@linaro.org>
Wed, 25 Oct 2017 11:21:15 +0000 (11:21 +0000)
commiteb58db53215188263d9aee154507a9e805ef603d
treeb8a6d2c5a5b85a33842b9512964ce28b2d1363c0
parentb6d40067af8ef18117d94c889e01824376a441c3
[ARM GlobalISel] Split test into 3. NFC

Separate the test cases that deal with calls from the rest of the IR
Translator tests.

We split into 2 different files, one for testing parameter and result
lowering, and one for testing the various different kinds of calls that
can occur (BL, BLX, BX_CALL etc).

llvm-svn: 316569
llvm/test/CodeGen/ARM/GlobalISel/arm-call-lowering.ll [new file with mode: 0644]
llvm/test/CodeGen/ARM/GlobalISel/arm-irtranslator.ll
llvm/test/CodeGen/ARM/GlobalISel/arm-param-lowering.ll [new file with mode: 0644]