[PATCH] D22890: AArch64: Add missing branch relaxation tests

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 27 15:54:42 PDT 2016


arsenm created this revision.
arsenm added a subscriber: llvm-commits.
Herald added subscribers: rengolin, aemerson.

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.

http://llvm.org/reports/coverage/lib/Target/AArch64/AArch64BranchRelaxation.cpp.gcov.html

https://reviews.llvm.org/D22890

Files:
  lib/Target/AArch64/AArch64InstrInfo.cpp
  test/CodeGen/AArch64/relax-branch-bcc.ll
  test/CodeGen/AArch64/relax-branch-cbz.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22890.65826.patch
Type: text/x-patch
Size: 4093 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160727/226430de/attachment.bin>


More information about the llvm-commits mailing list