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

Steven Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 14 15:04:38 PDT 2021


srj added a comment.

In D103881#2817686 <https://reviews.llvm.org/D103881#2817686>, @srj wrote:

> I'll be adding more details and adding a repro case as soon as I have a small one; posting this now to see if anyone else has noticed a regression/injection.

I don't have a standalone repro case for you yet, but the assertion failure in `MVT::changeVectorElementType(EltVT)` has this = llvm::MVT::v6i32, EltVT = llvm::MVT::i16.


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