search for: 6397736d

Displaying 2 results from an estimated 2 matches for "6397736d".

2012 Feb 27
0
[LLVMdev] llvm-stress for fuzzing llvm
...or distribution > by others is strictly prohibited. If you are not the intended > recipient, please contact the sender and delete all copies. > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120227/6397736d/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: forloop.diff Type: text/x-patch Size: 764 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120227/6397736d/attachment.bin>
2012 Feb 27
2
[LLVMdev] llvm-stress for fuzzing llvm
Sean, Thanks for looking at this. Knowing that the last instruction triggered the bug is often not enough. I use bugpoint to reduce the failing test. The reason is that some of the bugs may be caused by the interaction between several instruction. Having said that, I think that the change that you proposed is a good one. Can you send a patch ? Thanks, Nadav From: Sean Silva