From 1443c4f039641a1f1d02d2896e488331a652ccfd Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Mon, 6 Dec 2004 18:29:14 +0000 Subject: [PATCH] Remove LLC-BETA and linear scan options as they are no longer reported. llvm-svn: 18574 --- llvm/utils/NightlyTest.pl | 1 - llvm/utils/NightlyTestTemplate.html | 3 --- 2 files changed, 4 deletions(-) diff --git a/llvm/utils/NightlyTest.pl b/llvm/utils/NightlyTest.pl index 8230ebe6cbc5..5fd45cc8429b 100755 --- a/llvm/utils/NightlyTest.pl +++ b/llvm/utils/NightlyTest.pl @@ -260,7 +260,6 @@ while (scalar(@ARGV) and ($_ = $ARGV[0], /^[-+]/)) { $MAKEOPTS = "$MAKEOPTS CompileOptimizeOpts='-O3 -DNDEBUG -finline-functions -Wpointer-arith -Wcast-align -Wno-deprecated -Wold-style-cast -Wabi -Woverloaded-virtual -ffor-scope'"; next; } - if (/^-enable-linscan$/) { $PROGTESTOPTS .= " ENABLE_LINEARSCAN=1"; next; } if (/^-disable-llc$/) { $PROGTESTOPTS .= " DISABLE_LLC=1"; $CONFIGUREARGS .= " --disable-llc_diffs"; next; } if (/^-disable-jit$/) { $PROGTESTOPTS .= " DISABLE_JIT=1"; diff --git a/llvm/utils/NightlyTestTemplate.html b/llvm/utils/NightlyTestTemplate.html index 43eca07d77b5..ab91f1e6848b 100644 --- a/llvm/utils/NightlyTestTemplate.html +++ b/llvm/utils/NightlyTestTemplate.html @@ -215,9 +215,6 @@ with an asterisk: `*'. The columns of the tables are:

GCC output: greater than 1 is a speedup, less than 1 is a slowdown.

  • GCC/CBE - The speed-up of the CBE output vs the native GCC output: greater than 1 is a speedup, less than 1 is a slowdown.
  • -
  • LLC-BETA - How long does the program generated by the static - backend LLC take to execute the program, when compiled with new experimental - features. This is temporary, for tuning.
  • A complete log of testing -- GitLab