[PATCH] D55908: AMDGPU/GlobalISel: Redo legality for build_vector
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 19 17:30:52 PST 2018
arsenm created this revision.
arsenm added reviewers: tstellar, rampitec.
Herald added subscribers: t-tye, tpr, dstuttard, kristof.beyls, rovka, yaxunl, nhaehnle, wdng, jvesely, kzhuravl.
It seems better to avoid using the callback if possible since
there are coverage assertions which are disabled if this is used.
Also fix missing tests. Only test the legal cases since it seems
legalization for build_vector is quite lacking.
https://reviews.llvm.org/D55908
Files:
lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
test/CodeGen/AMDGPU/GlobalISel/legalize-build-vector.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D55908.178996.patch
Type: text/x-patch
Size: 28877 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181220/8e3ab5d0/attachment.bin>
More information about the llvm-commits
mailing list