diff options
author | Jakub Kuderski <kubakuderski@gmail.com> | 2019-09-27 17:41:17 +0000 |
---|---|---|
committer | Jakub Kuderski <kubakuderski@gmail.com> | 2019-09-27 17:41:17 +0000 |
commit | a524e630a793e18e7d5fabc2262781f310eb0279 (patch) | |
tree | 7dee8070b3b1ed9da64f4c694edda750b4b2814c | |
parent | cdec597905cd19324f6702af03c9ec4f3bf910da (diff) | |
download | bcm5719-llvm-a524e630a793e18e7d5fabc2262781f310eb0279.tar.gz bcm5719-llvm-a524e630a793e18e7d5fabc2262781f310eb0279.zip |
XFAIL a codegen test AArch64/tailmerging_in_mbp.ll
This test fails when machine dominator tree verifier is run.
Needs more investigation, as this is not a new failure.
llvm-svn: 373103
-rw-r--r-- | llvm/test/CodeGen/AArch64/tailmerging_in_mbp.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/tailmerging_in_mbp.ll b/llvm/test/CodeGen/AArch64/tailmerging_in_mbp.ll index c40d6dab437..83e2862f0fc 100644 --- a/llvm/test/CodeGen/AArch64/tailmerging_in_mbp.ll +++ b/llvm/test/CodeGen/AArch64/tailmerging_in_mbp.ll @@ -1,4 +1,5 @@ ; RUN: llc <%s -mtriple=aarch64-eabi -verify-machine-dom-info | FileCheck %s +; XFAIL: * ; CHECK-LABEL: test: ; CHECK-LABEL: %cond.false12.i |