[PATCH] D57036: GlobalISel: Factor fewerElementVectors into separate functions

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 27 00:16:02 PST 2019


aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.

Thanks, LGTM.



================
Comment at: lib/CodeGen/GlobalISel/LegalizerHelper.cpp:1510
   case TargetOpcode::G_ANYEXT:
   case TargetOpcode::G_FPEXT: {
     if (TypeIdx != 0)
----------------
While you're here could you factor these out as well?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57036/new/

https://reviews.llvm.org/D57036





More information about the llvm-commits mailing list