[PATCH] D113333: [AArch64][SVE] Add FP types to the supported SVE structure load/stores vector type list

Mindong Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 5 23:01:07 PDT 2021


mdchen created this revision.
mdchen added reviewers: bsmith, paulwalker-arm, peterwaller-arm, david-arm, efriedma, CarolineConcatto.
Herald added subscribers: ctetreau, psnobl, hiraditya, kristof.beyls, tschuett.
mdchen requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This adds FP type support to the SVE Container type list as a supplement to D112303 <https://reviews.llvm.org/D112303>. Since I might miss some background that causes FP types not added at the first place, I added only part of test and will fulfill it if this change is desirable.


https://reviews.llvm.org/D113333

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/Transforms/InterleavedAccess/AArch64/sve-interleaved-accesses.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D113333.385239.patch
Type: text/x-patch
Size: 7033 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211106/8a954127/attachment.bin>


More information about the llvm-commits mailing list