Vector indexing with a constant index should be folded out in the
legalizer, but this was accidentally falling through. This would
produce the indexing operation with $noreg. Handle this case as a
dynamic index just in of a future bug like this happens again.
Details
Details
Diff Detail
Diff Detail
Can this just assert?