[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)
commit3533ad6801e5f52b0ec6d554529a7caca8df2ba5
treeae9be0e67861daf35e3cecba2ba2b1949552eee3
parent165846b031c828a6a136de76ade7827a7833ff79
[ARM GlobalISel] Select G_FCONSTANT into pools

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

llvm-svn: 358062
llvm/lib/Target/ARM/ARMInstructionSelector.cpp
llvm/test/CodeGen/ARM/GlobalISel/select-fp-const.mir [new file with mode: 0644]