]> granicus.if.org Git - llvm/commit
MC: support different sized constants in constant pools
authorDavid Peixotto <dpeixott@codeaurora.org>
Fri, 18 Jul 2014 16:05:14 +0000 (16:05 +0000)
committerDavid Peixotto <dpeixott@codeaurora.org>
Fri, 18 Jul 2014 16:05:14 +0000 (16:05 +0000)
commit12f33da20bbb303c3ebba0b80b41245767eee228
treea59d3627125be3cc9b1a34916f07fd914710c8ad
parent11af4b49b2d816a17cd12e2d071ad8bae4aac351
MC: support different sized constants in constant pools

On AArch64 the pseudo instruction ldr <reg>, =... supports both
32-bit and 64-bit constants. Add support for 64 bit constants for
the pools to support the pseudo instruction fully.

Changes the AArch64 ldr-pseudo tests to use 32-bit registers and
adds tests with 64-bit registers.

Patch by Janne Grunau!

Differential Revision: http://reviews.llvm.org/D4279

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@213387 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/MC/ConstantPools.h
include/llvm/MC/MCStreamer.h
lib/MC/ConstantPools.cpp
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp
lib/Target/AArch64/MCTargetDesc/AArch64TargetStreamer.cpp
lib/Target/ARM/MCTargetDesc/ARMTargetStreamer.cpp
test/MC/AArch64/ldr-pseudo-diagnostics.s [new file with mode: 0644]
test/MC/AArch64/ldr-pseudo.s
test/MC/ARM/ldr-pseudo-darwin.s
test/MC/ARM/ltorg-darwin.s