search for: shlhi_i16_7

Displaying 4 results from an estimated 4 matches for "shlhi_i16_7".

2008 Dec 31
4
[LLVMdev] "grep -w" irregularity
...The buildbot is running 8.04 of ubuntu. This actually does appear to be a bug in grep. The grep -w command on the buildbot produces the following output: shlh $3, $3, $4 shlh $3, $4, $3 shlh $3, $3, $4 shlh $3, $4, $3 shlh $3, $3, $4 shlh $3, $4, $3 shlh $3, $4, $3 shlh $3, $4, $3 .size shlhi_i16_7,.-shlhi_i16_7 shlh $3, $4, $3 man grep says the following for -w: -w, --word-regexp Select only those lines containing matches that form whole words. The test is that the matching substring must either be at the beginning of the line, or...
2008 Dec 31
0
[LLVMdev] "grep -w" irregularity
...uces the following output: > > shlh $3, $3, $4 > shlh $3, $4, $3 > shlh $3, $3, $4 > shlh $3, $4, $3 > shlh $3, $3, $4 > shlh $3, $4, $3 > shlh $3, $4, $3 > shlh $3, $4, $3 > .size shlhi_i16_7,.-shlhi_i16_7 > shlh $3, $4, $3 > > man grep says the following for -w: > > -w, --word-regexp > Select only those lines containing matches that form whole > words. The test is that the matching substring must either be >...
2008 Dec 31
0
[LLVMdev] "grep -w" irregularity
On Dec 30, 2008, at 5:47 PM, Chris Lattner wrote: > > On Dec 30, 2008, at 5:24 PM, Scott Michel wrote: > >> Chris: >> >> On my _local_ x86_64 Ubuntu 7.10 machine, the shift_ops.ll is an >> unexpected success (i.e., "grep -w shlh %t1.s | count 9" succeeds.) >> >> I get the same unexpected success on my x86_64 Mac 10.4.11. >> >> On
2008 Dec 31
3
[LLVMdev] "grep -w" irregularity
On Dec 30, 2008, at 5:24 PM, Scott Michel wrote: > Chris: > > On my _local_ x86_64 Ubuntu 7.10 machine, the shift_ops.ll is an > unexpected success (i.e., "grep -w shlh %t1.s | count 9" succeeds.) > > I get the same unexpected success on my x86_64 Mac 10.4.11. > > On the x86_64 buildbot, the same test fails. The culprit is grep, > evidently. It's just