forked from OSchip/llvm-project
parent
b389f2a04d
commit
fbe0256b23
|
@ -257,6 +257,7 @@ const TargetRegisterClass *
|
|||
ARMBaseRegisterInfo::getMatchingSuperRegClass(const TargetRegisterClass *A,
|
||||
const TargetRegisterClass *B,
|
||||
unsigned SubIdx) const {
|
||||
#if 0
|
||||
switch (SubIdx) {
|
||||
default: return 0;
|
||||
case 1:
|
||||
|
@ -277,6 +278,7 @@ ARMBaseRegisterInfo::getMatchingSuperRegClass(const TargetRegisterClass *A,
|
|||
// D sub-registers.
|
||||
return A;
|
||||
}
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
; RUN: llc -mcpu=cortex-a8 < %s | grep vmov | count 1
|
||||
; RUN: llc -mcpu=cortex-a8 < %s | grep vmov | count 2
|
||||
|
||||
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"
|
||||
|
|
Loading…
Reference in New Issue