[PATCH] D80139: [CodeGen][SVE] CopyToReg: Split scalable EVTs that are not powers of 2

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 09:11:37 PDT 2020


sdesmalen updated this revision to Diff 266560.
sdesmalen added a comment.

- Reuse `getTypeConversion` to break down the vector into legal parts.
- Added an assert that the illegal vector can be broken into some integer multiple of part-vectors.
- Fixed up `<vscale x 14 x ..` types in tests.


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

https://reviews.llvm.org/D80139

Files:
  llvm/lib/CodeGen/TargetLoweringBase.cpp
  llvm/test/CodeGen/AArch64/sve-breakdown-scalable-vectortype.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80139.266560.patch
Type: text/x-patch
Size: 10949 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/db7b4609/attachment-0001.bin>


More information about the llvm-commits mailing list