Add support for
- v4s16 <-> v4s32
- v2s64 <-> v2s32
And update tests that use them to show that we generate the correct instructions.
Differential D57832
[AArch64][GlobalSel] Add isel support for a couple vector exts/truncs paquette on Feb 6 2019, 11:22 AM. Authored by
Details Add support for
And update tests that use them to show that we generate the correct instructions.
Diff Detail
Event TimelineComment Actions I think if you're going to have a new separate test, you might as well make it a MIR test for the selector (just use update_mir_test_checks.py) instead of an IR test which already exists in arm64-vcvt_f.ll.
|