akirilov-arm opened PR #2021 from VectorSize
to main
:
Currently the AArch64 backend uses mostly
ir::Type
to 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.F32X4
andI32X4
are 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: Nov 22 2024 at 16:03 UTC