[llvm-commits] CVS: llvm/test/Transforms/InstCombine/APInt/

Reid Spencer rspencer at reidspencer.com
Fri Mar 23 10:09:25 PDT 2007


On Fri, 2007-03-23 at 09:57 -0700, Devang Patel wrote:
> On Mar 23, 2007, at 9:32 AM, Reid Spencer wrote:
> 
> > 2. To allow "make check TESTSUITE=test/Transforms/InstCombine/APInt"  
> > to
> > just check
> >    the APInt versions of these tests.
> 
> How about
> 	cd test &&  make RUNTESTFLAGS="Transforms/InstCombine/dg.exp=*apint*"
> ?

That doesn't seem to work. How is it supposed to help?

Note this:

ls -l Transforms/InstCombine/*zext*
-rw-rw-r-- 1 reid reid 339 Dec  1 20:23 Transforms/InstCombine/zext.ll

make RUNTESTFLAGS="Transforms/InstCombine/dg.exp=*zext*"
...
                ===  Summary ===

# of expected passes            141
# of expected failures          3

I don't want it to run 144 tests, just 1. 

Reid.

> 
> -
> Devang




More information about the llvm-commits mailing list