This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2f183e0 [x86, BMI] add TLI hook for 'andn' and use it to simplify com [...] new a3ea594 [CostModel][X86] Split BSWAP/BITREVERSE cost tests from CTPOP [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: test/Analysis/CostModel/X86/bitreverse.ll | 106 +++++++++++++++++ test/Analysis/CostModel/X86/bswap.ll | 82 ++++++++++++++ test/Analysis/CostModel/X86/ctbits-cost.ll | 176 ----------------------------- 3 files changed, 188 insertions(+), 176 deletions(-) create mode 100644 test/Analysis/CostModel/X86/bitreverse.ll create mode 100644 test/Analysis/CostModel/X86/bswap.ll