Displaying 2 results from an estimated 2 matches for "e8bfe0ad".
Did you mean:
e8bfe000
2015 Nov 10
4
How LLVM guarantee the qualify of the product from the limited test suit?
...in the 15 years i worked on
GCC, through lots of major and minor releases, i can't remember a single
release with "thousands" of failures.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20151109/e8bfe0ad/attachment.html>
2015 Nov 09
4
How LLVM guarantee the qualify of the product from the limited test suit?
Hi, All,
After searching the whole project, I only find about ~10000 cases from "llvm/test" for each commit, and a separate testsuit wrote with high level language(i.e. C/C++) to verify the quality and performance. As a general Backend, you know, it must be strong enough to cope with all the IR generated by Frontend. I cannot believe what I see. Did I miss something ? As far as I know,