[PATCH] D33169: [X86] Adding vpopcntd and vpopcntq instructions

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun May 14 10:12:33 PDT 2017


craig.topper added a comment.

Can you add vpopcnt command lines to test/CodeGen/X86/vector-tzcnt-*.ll as well. I believe we create ctpop nodes as part of cttz lowering that are currently expanding to a lookup table implementation.


Repository:
  rL LLVM

https://reviews.llvm.org/D33169





More information about the llvm-commits mailing list