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

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 10 01:14:05 PST 2022


SjoerdMeijer added inline comments.


================
Comment at: llvm/test/CodeGen/ARM/fp16-vector-cvt.ll:12
+bb:
+  %z = fptrunc float %a to half
+  ret half %z
----------------
These scalar variants are not related to the added vector patterns, and also seem to be tested in existing tests (which is what I was hoping). Do we need this? I only quickly grep'ed for this variant, not the other scalar variants below, but same question for those.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119354



More information about the llvm-commits mailing list