[RISCV] Add shrinkwrap test cases showing gaps in current impl
[llvm-project.git] / llvm / test / CodeGen / X86 / pr108728.ll
blob75a661891e726bf0cedb520cc0462914b93f6c50
1 ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
2 ; RUN: llc < %s -mtriple=x86_64-- | FileCheck %s
4 define i8 @PR108728(i1 %a0) {
5 ; CHECK-LABEL: PR108728:
6 ; CHECK:       # %bb.0:
7 ; CHECK-NEXT:    xorl %eax, %eax
8 ; CHECK-NEXT:    retq
9   %sel = select i1 %a0, i8 0, i8 1
10   %not = xor i8 %sel, -1
11   %udiv = udiv i8 1, %not
12   %cnt = tail call i8 @llvm.ctpop.i8(i8 %udiv)
13   ret i8 %cnt