[PATCH] D73968: GlobalISel: Reimplement fewerElementsVectorBasic
Amara Emerson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 24 15:42:45 PST 2020
aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.
Looks reasonable.
================
Comment at: llvm/lib/CodeGen/GlobalISel/LegalizerHelper.cpp:2621
+ // Break down all the sources into NarrowTy pieces we can operate on. This may
+ // involve creating merges to a wider type, paddedd with undef.
+ for (int I = 0; I != NumOps; ++I) {
----------------
typo paddedd
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73968/new/
https://reviews.llvm.org/D73968
More information about the llvm-commits
mailing list