]> granicus.if.org Git - llvm/commit
[x86] Refactor the tests for popcnt.
authorChandler Carruth <chandlerc@gmail.com>
Thu, 28 May 2015 02:40:15 +0000 (02:40 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Thu, 28 May 2015 02:40:15 +0000 (02:40 +0000)
commit9dacaea1a11e46f533aa8dad6a0c28ea4690e630
treedd4df9dd96c23b51316a893f6a87239cace82610
parentbd47c6b55930f81027c38cb0c149f919e4d8d592
[x86] Refactor the tests for popcnt.

Extracted from the D6531 patch by Bruno Cardoso Lopes, and re-generated
to reflect the current state of the world. This should let Bruno's D6531
actually show the delta between the approaches by running the x86 test
case update script after re-building.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238391 91177308-0d34-0410-b5e6-96231b3b80d8
test/CodeGen/X86/avx-popcnt.ll [new file with mode: 0644]
test/CodeGen/X86/avx2-popcnt.ll [new file with mode: 0644]
test/CodeGen/X86/vector-ctpop.ll [deleted file]