[PATCH] D129989: [AArch64] Add f16 fpimm patterns

Rosie Sumpter via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 21 08:29:46 PDT 2022


RosieSumpter updated this revision to Diff 446516.
RosieSumpter marked an inline comment as done.
RosieSumpter added a comment.

- Use `FMOVWHr` instead of `COPY_TO_REGCLASS`
- Add `let Predicates = [HasFullFP16]`
- Removed code to copy from GPR32 to FPR16
- Updated a couple of recently added tests


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129989/new/

https://reviews.llvm.org/D129989

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64InstrInfo.td
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/test/CodeGen/AArch64/f16-imm.ll
  llvm/test/CodeGen/AArch64/isinf.ll
  llvm/test/CodeGen/AArch64/sve-fadda-select.ll
  llvm/test/CodeGen/AArch64/sve-fp-reduce.ll
  llvm/test/CodeGen/AArch64/sve-fptosi-sat.ll
  llvm/test/CodeGen/AArch64/sve-fptoui-sat.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129989.446516.patch
Type: text/x-patch
Size: 29306 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220721/f8b5dede/attachment.bin>


More information about the llvm-commits mailing list