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

Daniel Sanders Daniel.Sanders at imgtec.com
Tue Mar 18 06:50:50 PDT 2014


ping

From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Daniel Sanders
Sent: 11 March 2014 17:01
To: llvm-commits at cs.uiuc.edu
Subject: [PATCH] [test-suite] Add reference output to Obsequi for the small

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/20140318/eddf7719/attachment.html>


More information about the llvm-commits mailing list