[PATCH] D32530: [SVE][IR] Scalable Vector IR Type

Cameron McInally via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 10:14:13 PDT 2019


cameron.mcinally added a comment.

In D32530#1498190 <https://reviews.llvm.org/D32530#1498190>, @sdesmalen wrote:

>   I wonder if `<n x 16 x i8>` instead of `<vscale x 16 x i8>` is worth considering again, since it is much easier to read in tests.


I kind of like `<n x 16 x i8>`. It's concise. I don't think `vscale` really adds a lot of value, but it does eat up characters on a line.


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

https://reviews.llvm.org/D32530





More information about the llvm-commits mailing list