diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2009-11-07 15:20:32 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2009-11-07 15:20:32 +0000 |
commit | e8ea011cc766b37a957d5966655526096bf49fea (patch) | |
tree | 1f212c51c36da749e2ab9de978a9b8fc4b896e5a /test/CodeGen/ARM | |
parent | e82bdc4809240ab59977b9950288174b2f2dd852 (diff) | |
download | external_llvm-e8ea011cc766b37a957d5966655526096bf49fea.zip external_llvm-e8ea011cc766b37a957d5966655526096bf49fea.tar.gz external_llvm-e8ea011cc766b37a957d5966655526096bf49fea.tar.bz2 |
It turns out that the testcase in question uncovered subreg-handling bug.
Add assert in asmprinter to catch such cases and xfail the tests.
PR is to be filled.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86375 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM')
-rw-r--r-- | test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll b/test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll index 0a06991..fe177c3 100644 --- a/test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll +++ b/test/CodeGen/ARM/2009-11-07-SubRegAsmPrinting.ll @@ -1,4 +1,5 @@ ; RUN: llc -mcpu=cortex-a8 < %s | FileCheck %s +; XFAIL: * target datalayout = "e-p:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64" target triple = "armv7-eabi" |