mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Revert previous changes to remove -enable-linscan and the *BETA columns of
the nightly test. These are still needed for iterative linear scan testing. llvm-svn: 18577
This commit is contained in:
parent
0134e27850
commit
bb8d75ca0f
@ -23,7 +23,7 @@
|
||||
# -parallel Run two parallel jobs with GNU Make.
|
||||
# -release Build an LLVM Release version
|
||||
# -pedantic Enable additional GCC warnings to detect possible errors.
|
||||
# -enable-linscan Accepted but ignored
|
||||
# -enable-linscan Enable linearscan tests
|
||||
# -disable-llc Disable LLC tests in the nightly tester.
|
||||
# -disable-jit Disable JIT tests in the nightly tester.
|
||||
# -verbose Turn on some debug output
|
||||
@ -260,7 +260,7 @@ 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$/) { 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";
|
||||
|
@ -215,6 +215,9 @@ with an asterisk: `*'. The columns of the tables are:<p>
|
||||
GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
|
||||
<li><a name="GCC/CBE">GCC/CBE</a> - The speed-up of the CBE output vs the native
|
||||
GCC output: greater than 1 is a speedup, less than 1 is a slowdown.</li>
|
||||
<li><a name="LLC-BETA">LLC-BETA</a> - 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.</li>
|
||||
</ol><p>
|
||||
|
||||
A complete log of testing
|
||||
|
Loading…
Reference in New Issue
Block a user