From 9bf654646edcd57938aa22ce4c2afc9df2ea6358 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Tue, 18 Sep 2001 13:10:26 +0000 Subject: [PATCH] Folded inssel*.ll into select.ll. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@621 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Makefile | 8 +++-- test/inssel1.ll | 8 ----- test/inssel2.ll | 14 -------- test/sched.ll | 30 ++++++++++++++++ test/select.ll | 93 +++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 128 insertions(+), 25 deletions(-) delete mode 100644 test/inssel1.ll delete mode 100644 test/inssel2.ll create mode 100644 test/sched.ll create mode 100644 test/select.ll diff --git a/test/Makefile b/test/Makefile index 1370e2d04c5..668c94bea13 100644 --- a/test/Makefile +++ b/test/Makefile @@ -1,10 +1,12 @@ +default: testcodegen + LLC := ../tools/Debug/llc AS := ../tools/Debug/as -LLCOPTS := -dsched t +LLCOPTS := -dsched y TESTS := $(wildcard *.ll) -LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray | grep -v globalvars) +LLCTESTS := $(shell /bin/ls *.ll | grep -v testmemory | grep -v testswitch | grep -v sumarray ) test all : testasmdis testopt testcodegen @@ -37,5 +39,5 @@ clean : %.mc: %.ll $(LLC) $(AS) @echo "Generating machine instructions for $<" - $(AS) < $< | $(LLC) -dsched=t > $@ + $(AS) < $< | $(LLC) $(LLCOPTS) > $@ diff --git a/test/inssel1.ll b/test/inssel1.ll deleted file mode 100644 index 58aa6343465..00000000000 --- a/test/inssel1.ll +++ /dev/null @@ -1,8 +0,0 @@ -implementation - -void "foo"(int * %x, int * %y) -begin -;