[PATCH] D81893: [AArch64][GlobalISel] Emit constant pool loads for 64 bit fp immediates.
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 15 17:08:59 PDT 2020
paquette accepted this revision.
paquette added a comment.
This revision is now accepted and ready to land.
LGTM other than nit
================
Comment at: llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp:2055
+ auto *LoadMI =
+ AArch64InstructionSelector::emitLoadFromConstantPool(FPImm, MIB);
+ if (!LoadMI) {
----------------
Do you need the `AArch64InstructionSelector::` here?
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