summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/patches/patch-r271024-llvm-r216989-fix-movm-armv6.diff
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/patches/patch-r271024-llvm-r216989-fix-movm-armv6.diff')
-rw-r--r--contrib/llvm/patches/patch-r271024-llvm-r216989-fix-movm-armv6.diff14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/llvm/patches/patch-r271024-llvm-r216989-fix-movm-armv6.diff b/contrib/llvm/patches/patch-r271024-llvm-r216989-fix-movm-armv6.diff
deleted file mode 100644
index 30577e7..0000000
--- a/contrib/llvm/patches/patch-r271024-llvm-r216989-fix-movm-armv6.diff
+++ /dev/null
@@ -1,14 +0,0 @@
-Index: lib/Target/ARM/ARMInstrInfo.td
-===================================================================
---- lib/Target/ARM/ARMInstrInfo.td (revision 271024)
-+++ lib/Target/ARM/ARMInstrInfo.td (revision 271026)
-@@ -3248,7 +3248,8 @@
- def : ARMPat<(ARMadde GPR:$src, so_imm_not:$imm, CPSR),
- (SBCri GPR:$src, so_imm_not:$imm)>;
- def : ARMPat<(ARMadde GPR:$src, imm0_65535_neg:$imm, CPSR),
-- (SBCrr GPR:$src, (MOVi16 (imm_not_XFORM imm:$imm)))>;
-+ (SBCrr GPR:$src, (MOVi16 (imm_not_XFORM imm:$imm)))>,
-+ Requires<[IsARM, HasV6T2]>;
-
- // Note: These are implemented in C++ code, because they have to generate
- // ADD/SUBrs instructions, which use a complex pattern that a xform function
OpenPOWER on IntegriCloud