[PATCH] D68189: [InstCombine] recognize popcount implemented in hacker's delight.
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Oct 6 11:02:30 PDT 2019
lebedev.ri requested changes to this revision.
lebedev.ri added a reviewer: kparzysz.
lebedev.ri added a subscriber: kparzysz.
lebedev.ri added a comment.
This revision now requires changes to proceed.
I agree it would be best to generalize this.
There was a previous patch that already did that (D45173 <https://reviews.llvm.org/D45173>) and it was generic IIRC, but it got stuck and is now under wrong license.
Maybe @kparzysz is willing to relicense it thought?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68189/new/
https://reviews.llvm.org/D68189
More information about the llvm-commits
mailing list