[PATCH] D57243: GlobalISel: Allow bitcount ops to have different result type

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 30 13:43:34 PST 2019


aemerson accepted this revision.
aemerson added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: Petar.Avramovic.

Seems ok, but maybe we should have some verifier checks that the dest size is wide enough to count the bits of the source?


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

https://reviews.llvm.org/D57243





More information about the llvm-commits mailing list