[PATCH] D44374: [GlobalISel] Add support for lowering vector operations to scalar.
Ryan Houdek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 17 04:13:10 PDT 2018
Sonicadvance1 updated this revision to Diff 138811.
Sonicadvance1 added a comment.
Addressed the comments about readability and added a unit test for the decomposing.
Had to add a specialization that uncovered an issue where vectors with only one element aren't allowed to be generated.
Repository:
rL LLVM
https://reviews.llvm.org/D44374
Files:
include/llvm/CodeGen/GlobalISel/LegalizerHelper.h
include/llvm/CodeGen/GlobalISel/LegalizerInfo.h
lib/CodeGen/GlobalISel/LegalizerHelper.cpp
lib/CodeGen/GlobalISel/LegalizerInfo.cpp
unittests/CodeGen/GlobalISel/LegalizerInfoTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44374.138811.patch
Type: text/x-patch
Size: 6859 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180317/249ac137/attachment.bin>
More information about the llvm-commits
mailing list