[PATCH] D68189: [InstCombine] recognize popcount implemented in hacker's delight.

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 9 18:50:16 PDT 2019


shchenz updated this revision to Diff 224234.
shchenz marked an inline comment as done.
shchenz added a comment.

avoid unnescessary heap allocations in APInt copy constructor.


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

https://reviews.llvm.org/D68189

Files:
  llvm/include/llvm/IR/PatternMatch.h
  llvm/lib/Transforms/AggressiveInstCombine/AggressiveInstCombine.cpp
  llvm/test/Transforms/AggressiveInstCombine/popcount.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68189.224234.patch
Type: text/x-patch
Size: 13254 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191010/b730957d/attachment.bin>


More information about the llvm-commits mailing list