[llvm-commits] [llvm] r142530 - in /llvm/trunk: lib/Target/ARM/ARMISelLowering.cpp test/CodeGen/ARM/2011-10-18-DisableMovtSize.ll

Eli Friedman eli.friedman at gmail.com
Wed Oct 26 00:04:15 PDT 2011


On Tue, Oct 25, 2011 at 6:08 PM, Evan Cheng <evan.cheng at apple.com> wrote:
> 2. Where is code size saving from? You are talking about movw + movt vs. ldr + a constantpool entry.

movw+movt is 8 bytes, ldr+constantpool entry is roughly 6 bytes.

-Eli



More information about the llvm-commits mailing list