From 064a6eacab8038f1021004b24f49fe70597f6032 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 22 Jul 2009 00:58:27 +0000 Subject: [PATCH] Add an entry. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76711 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/ARM/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/Target/ARM/README.txt b/lib/Target/ARM/README.txt index f3377f91ab9..3e8c54a05a8 100644 --- a/lib/Target/ARM/README.txt +++ b/lib/Target/ARM/README.txt @@ -537,3 +537,7 @@ Split out LDR (literal) from normal ARM LDR instruction. Also consider spliting LDR into imm12 and so_reg forms. This allows us to clean up some code. e.g. ARMLoadStoreOptimizer does not need to look at LDR (literal) and LDR (so_reg) while ARMConstantIslandPass only need to worry about LDR (literal). + +//===---------------------------------------------------------------------===// + +We need to fix constant isel for ARMv6t2 to use MOVT. -- 2.34.1