Folding a select of vector constants that include undef elements only
applies to fixed vectors, but there's no earlier check the type is not
scalable so it crashes for scalable vectors. This adds a check so this
optimization is only attempted for fixed vectors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo