This fixes an issue in BasicTTIImpl.h where it tries to do a
cast<FixedVectorType> on a scalable vector type in order to get the
scalarization cost. Because scalarization of scalable vectors is not
supported, we return Invalid instead.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo