mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Revert r85049, it is causing PR5367
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85847 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b62d257cf5
commit
ab453e0641
@ -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
Block a user