While experimenting with vectorization I came across a backend failure in lowering vector SDIVREM/UDIVREM. So expanding these vector operations as we already do for the scalar ones.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Thanks for adding the tests. You can probably drop the CHECK-NOT lines (the test would fail via its exit code and they'd go to stderr anyway). Other than that this looks fine.
Tim.