[PATCH] D81893: [AArch64][GlobalISel] Emit constant pool loads for 64 bit fp immediates.
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 15 17:42:17 PDT 2020
aemerson marked an inline comment as done.
aemerson added inline comments.
================
Comment at: llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp:2055
+ auto *LoadMI =
+ AArch64InstructionSelector::emitLoadFromConstantPool(FPImm, MIB);
+ if (!LoadMI) {
----------------
paquette wrote:
> Do you need the `AArch64InstructionSelector::` here?
Not needed, just sleep deprived.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81893/new/
https://reviews.llvm.org/D81893
More information about the llvm-commits
mailing list