OSDN Git Service

AArch64: Add missing branch relaxation tests
authorMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 2 Aug 2016 07:41:05 +0000 (07:41 +0000)
committerMatt Arsenault <Matthew.Arsenault@amd.com>
Tue, 2 Aug 2016 07:41:05 +0000 (07:41 +0000)
commit5d4d2680c16032e56836ef5e2fa0f0be72c1312d
tree2c80ba1370bc0294eb337ed2f6eccb250cdc9a17
parentc2fcbdb2b39efc7bc87a243372224f74f5e90a8f
AArch64: Add missing branch relaxation tests

The branch relaxation pass has the worst test coverage
of any pass in AArch64. Add a few tests that hit some
large pieces of code in the pass.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@277428 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/AArch64/branch-relax-bcc.ll [new file with mode: 0644]
test/CodeGen/AArch64/branch-relax-cbz.ll [new file with mode: 0644]