[PATCH] D60895: [GlobalISel][AArch64] Legalize + select G_FRINT

Jessica Paquette via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 18 16:03:20 PDT 2019


paquette created this revision.
paquette added a reviewer: aemerson.
Herald added subscribers: Petar.Avramovic, volkan, hiraditya, kristof.beyls, javed.absar, rovka.
Herald added a project: LLVM.

Exactly the same legalization rules as G_FCEIL, G_FABS, etc.

      

Add tests for the fp16/nofp16 behaviour, update arm64-vfloatintrinsics, etc.


https://reviews.llvm.org/D60895

Files:
  llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp
  llvm/lib/Target/AArch64/AArch64LegalizerInfo.cpp
  llvm/lib/Target/AArch64/AArch64RegisterBankInfo.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/legalize-frint.mir
  llvm/test/CodeGen/AArch64/GlobalISel/legalizer-info-validation.mir
  llvm/test/CodeGen/AArch64/GlobalISel/select-frint-nofp16.mir
  llvm/test/CodeGen/AArch64/GlobalISel/select-frint.mir
  llvm/test/CodeGen/AArch64/arm64-vfloatintrinsics.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60895.195833.patch
Type: text/x-patch
Size: 30053 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190418/a8f6efd2/attachment.bin>


More information about the llvm-commits mailing list