[PATCH] D57832: [AArch64][GlobalISe] Add isel support for a couple vector exts/truncs
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 6 11:22:42 PST 2019
paquette created this revision.
paquette added a reviewer: aemerson.
Herald added subscribers: Petar.Avramovic, kristof.beyls, javed.absar.
Add support for
- v4s16 <-> v4s32
- v2s64 <-> v2s32
And update tests that use them to show that we generate the correct instructions.
https://reviews.llvm.org/D57832
Files:
lib/Target/AArch64/AArch64LegalizerInfo.cpp
test/CodeGen/AArch64/GlobalISel/select-vector-fpconvert.ll
test/CodeGen/AArch64/arm64-vcvt_f.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57832.185600.patch
Type: text/x-patch
Size: 4520 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190206/8bcafe18/attachment.bin>
More information about the llvm-commits
mailing list