OSDN Git Service

[ARM GlobalISel] Select G_FCONSTANT into pools
authorDiana Picus <diana.picus@linaro.org>
Wed, 10 Apr 2019 09:14:24 +0000 (09:14 +0000)
committerDiana Picus <diana.picus@linaro.org>
Wed, 10 Apr 2019 09:14:24 +0000 (09:14 +0000)
commitd8ccf753e3c2599ad6ed1acf5b8e2c885ea99b0d
treece8376a77cc9eccdf98a57f2f414f3832e985d0f
parent735eff80dd17c3f5f7959d7802988e5bf50fc673
[ARM GlobalISel] Select G_FCONSTANT into pools

Put all floating point constants into constant pools and load their
values from there.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@358062 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstructionSelector.cpp
test/CodeGen/ARM/GlobalISel/select-fp-const.mir [new file with mode: 0644]