[PATCH] D98690: [AArch64][SVE] Test more types in sve-fixed-length-subvector.ll

Joe Ellis via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 03:03:25 PDT 2021


joechrisellis created this revision.
joechrisellis added reviewers: bsmith, peterwaller-arm, DavidTruby, david-arm.
Herald added subscribers: psnobl, jfb, kristof.beyls, tschuett.
Herald added a reviewer: efriedma.
joechrisellis requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Previously only the i32 type was tested. Now, the {i,f}{16,32,64} types
are tested.

The v8{i,f}16 cases lower differently to the other cases, which is worth
defending. The lowering for the other cases is currently identical, but
probably worth having for the better coverage.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D98690

Files:
  llvm/test/CodeGen/AArch64/sve-fixed-length-subvector.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D98690.330916.patch
Type: text/x-patch
Size: 9964 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210316/f05de589/attachment-0001.bin>


More information about the llvm-commits mailing list