aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/optim/set-uimm3.c
blob: 5160f741d85b2eafa518aeec5b2932804c7ee257 (plain)
1
2
3
4
5
6
7
8
9
10
int le(int x) { return (x <= 0x7fffffffU) == (x >= 0); }
int gt(int x) { return (x >  0x7fffffffU) == (x <  0); }

/*
 * check-name: set-uimm3
 * check-command: test-linearize -Wno-decl $file
 *
 * check-output-ignore
 * check-output-returns: 1
 */