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)
commitdfa7683d716895339b90fc71fa47667ff61f2826
tree2e16ff9dc964537ebcc8faa21b341d63d5d82cec
parentf7065e15f8b9c35ec84a8e1bbdee329e18d1c81f
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.

llvm-svn: 277428
llvm/test/CodeGen/AArch64/branch-relax-bcc.ll [new file with mode: 0644]
llvm/test/CodeGen/AArch64/branch-relax-cbz.ll [new file with mode: 0644]