[PATCH] D94437: [AArch64][GlobalISel] Add support for FCONSTANT of FP128 type

Muhammad Asif Manzoor via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 11 11:10:21 PST 2021


Asif created this revision.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls, rovka.
Asif requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Add support for G_FCONSTANT of FP128 (Quadruple precision) type.
It replaces the constant by emitting a load with a constant pool entry.


https://reviews.llvm.org/D94437

Files:
  llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
  llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-fp128-fconstant.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D94437.315868.patch
Type: text/x-patch
Size: 5364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210111/465572c7/attachment.bin>


More information about the llvm-commits mailing list