summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/builtin-count-zeros.c
blob: 374acc43ae58bd882551b9e82fca0697df51c783 (plain)
1
2
3
4
// RUN: clang-cc -emit-llvm %s -o - | grep 'cttz' | count 2 &&
// RUN: clang-cc -emit-llvm %s -o - | grep 'ctlz' | count 2

int a(int a) {return __builtin_ctz(a) + __builtin_clz(a);}
OpenPOWER on IntegriCloud