akirilov-arm opened PR #2021 from VectorSize to main:
Currently the AArch64 backend uses mostly
ir::Typeto parametrize vector sizes, but that type covers much more than vectors, so it is not the best solution. Also, it introduces some redundancies - e.g.F32X4andI32X4are sometimes treated in the same way, but require code for each. A separate type to specify vector operand sizes solves these issues.
cfallin submitted PR Review.
cfallin merged PR #2021.
Last updated: Dec 06 2025 at 06:05 UTC