[PATCH] D58123: GlobalISel: Implement moreElementsVector for bit ops

Roman Tereshin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 18 13:51:25 PST 2019


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

Thanks for addressing the comments.

Hopefully, we will make `fewerElementsVectorBasic` more solid than it is now (being able to handle its inputs when originalNumberOfElements % requestedNumberOfElements is either 0 or 1 is hard to call a consistent and expected behavior), but for now working around is probably good enough.


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

https://reviews.llvm.org/D58123





More information about the llvm-commits mailing list