On Fri, 2007-03-23 at 09:22 -0700, Chris Lattner wrote: > On Mar 23, 2007, at 8:10 AM, LLVM wrote: > > > > > > > Changes in directory llvm/test/Transforms/InstCombine/APInt: > > > > --- > > Log message: > > > > Directory /var/cvs/llvm/llvm/test/Transforms/InstCombine/APInt > > added to the repository > > > > Hrm? Why a subdirectory?
Three reasons: 1. Many of the tests are similar but just modified for APInt. So instead of having sext-apint.ll and zext-apint.ll and or-apint.ll, etc., I just factored the name out into a directory. Also reduces clutter in the test/Transforms/InstCombine directory. 2. To allow "make check TESTSUITE=test/Transforms/InstCombine/APInt" to just check the APInt versions of these tests. 3. There are 32 of these tests so far, figured it was enough for a separate dir. Reid. > > -Chris > _______________________________________________ > llvm-commits mailing list > llvm-commits@cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits