[PATCH] D103881: [ValueTypes] Define MVTs for v6i32, v6f32, v7i32, v7f32

Jay Foad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 9 01:44:59 PDT 2021


foad added a comment.

In D103881#2805418 <https://reviews.llvm.org/D103881#2805418>, @RKSimon wrote:

> Technically there's precedent with MVT::v3i32 but where does this end?

Where does it end for power-of-two types? It seems like they get added whenever any target has a need for them. I don't see why non-power-of-two types would be fundamentally different in that regard.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103881



More information about the llvm-commits mailing list