From c7a243dfddbdf675867dc8aed01d8daa68835483 Mon Sep 17 00:00:00 2001 From: Evan Cheng Date: Wed, 22 Jul 2009 00:58:27 +0000 Subject: [PATCH] Add an entry. llvm-svn: 76711 --- llvm/lib/Target/ARM/README.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/llvm/lib/Target/ARM/README.txt b/llvm/lib/Target/ARM/README.txt index f3377f9..3e8c54a 100644 --- a/llvm/lib/Target/ARM/README.txt +++ b/llvm/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.7.4