search for: 4a9ec14a

Displaying 2 results from an estimated 2 matches for "4a9ec14a".

2009 Jan 05
0
[LLVMdev] Unit test patch, updated
...gt; APSInt class? Oh, sorry, I just meant the "a*" tests, which are basically doing constant folding (but not checking the results!) -Chris -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090105/4a9ec14a/attachment.html>
2009 Jan 05
2
[LLVMdev] Unit test patch, updated
2009/1/1 Chris Lattner <clattner at apple.com> > On Jan 1, 2009, at 1:21 AM, Talin wrote: > > I'm thinking that getting unit tests for the classes in ADT should > > be an early goal. > > Can I suggest the AP[S]Int class? If you look in llvm/test/Integer > you'll see a whole bunch of tests that really want to be unit tests > but that aren't. :(