search for: shlh

Displaying 10 results from an estimated 10 matches for "shlh".

Did you mean: shl
2008 Dec 31
4
[LLVMdev] "grep -w" irregularity
...ote: > 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 the x86_64 buildbot, the same test fails. The culprit is grep, >>> evidently. It's just that simple. >> >> Not necessarily. T...
2008 Dec 31
0
[LLVMdev] "grep -w" irregularity
...t 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 the x86_64 buildbot, the same test fails. The culprit is grep, >>>> evidently. It's just that simple. >>> >...
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 the x86_64 buildbot, the same test fails. The culprit is grep, >> evidently. It's just that simple. > > Not necessarily. That builder could be getting...
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 that simple. Not necessarily. That builder could be getting a different .s file from...
2008 Dec 31
4
[LLVMdev] "grep -w" irregularity
...ure how to categorize this particular problem, but it's > clearly platform test related: "grep -w" appears to operate > differently on the x86_64 linux buildbot versus my local Mac OS > 10.4.11 and Ubuntu x86_64. In the CellSPU's shift_ops.ll test case, > "grep -w shlh" returns the correct 9 expected occurances, whereas the > x86_64 buildbot finds 10. > > Does the asm output differ, or does grep output itself differ on > these two platforms, with the same asm input file? I just took > the .s output file from a run on an x86/Linux box, and...
2008 Dec 31
0
[LLVMdev] "grep -w" irregularity
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 that simple. I suspect there's not really an issue with endianness, since all the test does is (a) gener...
2008 Dec 31
3
[LLVMdev] "grep -w" irregularity
...t entirely sure how to categorize this particular problem, but it's clearly platform test related: "grep -w" appears to operate differently on the x86_64 linux buildbot versus my local Mac OS 10.4.11 and Ubuntu x86_64. In the CellSPU's shift_ops.ll test case, "grep -w shlh" returns the correct 9 expected occurances, whereas the x86_64 buildbot finds 10. Any suggestions for a workaround, other than to ditch using "grep -w"? -scooter
2008 Dec 31
0
[LLVMdev] "grep -w" irregularity
...ure how to categorize this particular problem, but it's > clearly platform test related: "grep -w" appears to operate > differently on the x86_64 linux buildbot versus my local Mac OS > 10.4.11 and Ubuntu x86_64. In the CellSPU's shift_ops.ll test case, > "grep -w shlh" returns the correct 9 expected occurances, whereas the > x86_64 buildbot finds 10. Does the asm output differ, or does grep output itself differ on these two platforms, with the same asm input file? I just took the .s output file from a run on an x86/Linux box, and tested it with grep o...
2008 Dec 31
2
[LLVMdev] "grep -w" irregularity
* Scott Michel: > 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 that simple. There have been issues the GNU libc regular expression code. Try running wi...
2008 Dec 31
0
[LLVMdev] "grep -w" irregularity
On Wed, Dec 31, 2008 at 3:35 AM, Florian Weimer <fw at deneb.enyo.de> wrote: > * Scott Michel: > >> 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 that simple. > > There have been issues the GNU libc regular exp...