[PATCH] D127158: [AArch64] Add intrinsic support for gpr<->fpr flavors of fixed-point converts

Rob McClure via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 6 14:58:54 PDT 2022


rmcclure created this revision.
rmcclure added reviewers: dmgreen, SjoerdMeijer.
Herald added subscribers: hiraditya, kristof.beyls.
Herald added a project: All.
rmcclure requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds patterns to generate (for example) "UCVTF Dd, Wn, #imm" from a call to "aarch64.neon.vcvtfxu2fp.f64.i32" (and similar for other fixed-point converts).


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D127158

Files:
  llvm/lib/Target/AArch64/AArch64InstrFormats.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/test/CodeGen/AArch64/fcvt-fixed.ll
  llvm/test/CodeGen/AArch64/fp16_intrinsic_scalar_2op.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127158.434621.patch
Type: text/x-patch
Size: 25015 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220606/5d983dee/attachment-0001.bin>


More information about the llvm-commits mailing list