[PATCH] [test-suite] Add reference output to Obsequi for the small

Daniel Sanders Daniel.Sanders at imgtec.com
Tue Mar 11 10:01:14 PDT 2014


While investigating the reason obsequi fails its reference check on MIPS, I found that my native clang (X86_64) also failed in the same way. The test passes the reference check if I force it to use the large problem size for this test (by changing -DHASHCODEBITS=15 to -DHASHCODEBITS=23 in the Makefile), so I believe the problem is a missing reference file for the small problem size. This patch adds that reference file.

The reference was generated using clang for MIPS (from trunk) and verified with clang for X86_64 (from clang_3.0-6ubuntu3_amd64.deb in Ubuntu).

Daniel Sanders
Leading Software Design Engineer, MIPS Processor IP
Imagination Technologies Limited
www.imgtec.com<http://www.imgtec.com/>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140311/da0057b6/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-test-suite-Add-reference-output-to-Obsequi-for-the-s.patch
Type: application/octet-stream
Size: 5518 bytes
Desc: 0001-test-suite-Add-reference-output-to-Obsequi-for-the-s.patch
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140311/da0057b6/attachment.obj>


More information about the llvm-commits mailing list