[PATCH] D99951: [NFC] Add scalable vectorisation tests for int/FP <> int/FP conversions

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 6 06:30:59 PDT 2021


david-arm created this revision.
david-arm added reviewers: sdesmalen, kmclaughlin, peterwaller-arm, fhahn.
david-arm requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

We can already vectorise loops that involve int<>int, fp<>fp, int<>fp
and fp<>int conversions, however we didn't previously have any tests
for them. This patch adds some tests for each conversion type.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D99951

Files:
  llvm/test/Transforms/LoopVectorize/AArch64/sve-conv-fp-to-fp.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-conv-fp-to-int.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-conv-int-to-fp.ll
  llvm/test/Transforms/LoopVectorize/AArch64/sve-conv-int-to-int.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D99951.335497.patch
Type: text/x-patch
Size: 13668 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210406/6a64e8a3/attachment.bin>


More information about the llvm-commits mailing list