search for: cb08c250

Displaying 2 results from an estimated 2 matches for "cb08c250".

2008 Dec 31
0
[LLVMdev] "grep -w" irregularity
...lly, I think that testing as we have for optimization correctness via 'grep' should be replaced by unittests, which are much more precise. Misha -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20081230/cb08c250/attachment.html>
2008 Dec 31
3
[LLVMdev] "grep -w" irregularity
Not 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