]> granicus.if.org Git - llvm/commit
[X86] Split ctpop/ctlz/cttz cost tests
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 17 May 2017 19:57:20 +0000 (19:57 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 17 May 2017 19:57:20 +0000 (19:57 +0000)
commitace0d94c1392c27a0300b98b642fcd246f7abd03
tree3c8e4c1ef6b080b3d0ee427101de4104dcba17fa
parent2d82d1711713d37e34ac0149192a64e99adbf4ee
[X86] Split ctpop/ctlz/cttz cost tests

This will make things a lot easier to test all the permutations of avx512

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@303290 91177308-0d34-0410-b5e6-96231b3b80d8
test/Analysis/CostModel/X86/ctbits-cost.ll [deleted file]
test/Analysis/CostModel/X86/ctlz.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/ctpop.ll [new file with mode: 0644]
test/Analysis/CostModel/X86/cttz.ll [new file with mode: 0644]