[PATCH] D119354: [ARM] Patterns for vector conversion between half and float

Oliver Stannard (Linaro) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 9 09:50:03 PST 2022


ostannard created this revision.
ostannard added reviewers: SjoerdMeijer, srhines.
Herald added subscribers: hiraditya, kristof.beyls.
ostannard requested review of this revision.
Herald added a project: LLVM.

These patterns were omitted because clang only allows converting between these types using intrinsics, but other front-ends or optimisation passes may want to use them.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119354

Files:
  llvm/lib/Target/ARM/ARMInstrNEON.td
  llvm/test/CodeGen/ARM/fp16-vector-cvt.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119354.407193.patch
Type: text/x-patch
Size: 3651 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220209/dc86bec4/attachment.bin>


More information about the llvm-commits mailing list