[LLVMdev] Script for stressing llc

Hal Finkel hfinkel at anl.gov
Wed Jul 10 19:14:37 PDT 2013


A few people have requested features; I've implemented them in this updated version (attached). Do you think this is worth putting in the repo somewhere?

 -Hal

----- Original Message -----
> Hi,
> 
> I wrote a small script in order to stress test llc using test cases
> generated by llvm-stress. When it finds a case where llc seems to
> have crashed, it greps the output for Assertion, LLVM ERROR, etc.,
> removes things that look like hex numbers and ID numbers, and then
> checksums the resulting text. In this way, it can automatically
> categorize different bugs into different subdirectories.
> 
> I found this useful, and maybe you will too :)
> 
>  -Hal
> 
> --
> Hal Finkel
> Assistant Computational Scientist
> Leadership Computing Facility
> Argonne National Laboratory
> 
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
> 

-- 
Hal Finkel
Assistant Computational Scientist
Leadership Computing Facility
Argonne National Laboratory
-------------- next part --------------
A non-text attachment was scrubbed...
Name: stress-v2.sh
Type: application/x-shellscript
Size: 1436 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130710/6fb51ac7/attachment.bin>


More information about the llvm-dev mailing list