mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-10-30 16:17:05 +00:00
Remove LLC-BETA and linear scan options as they are no longer reported.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -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'";
|
$MAKEOPTS = "$MAKEOPTS CompileOptimizeOpts='-O3 -DNDEBUG -finline-functions -Wpointer-arith -Wcast-align -Wno-deprecated -Wold-style-cast -Wabi -Woverloaded-virtual -ffor-scope'";
|
||||||
next;
|
next;
|
||||||
}
|
}
|
||||||
if (/^-enable-linscan$/) { $PROGTESTOPTS .= " ENABLE_LINEARSCAN=1"; next; }
|
|
||||||
if (/^-disable-llc$/) { $PROGTESTOPTS .= " DISABLE_LLC=1";
|
if (/^-disable-llc$/) { $PROGTESTOPTS .= " DISABLE_LLC=1";
|
||||||
$CONFIGUREARGS .= " --disable-llc_diffs"; next; }
|
$CONFIGUREARGS .= " --disable-llc_diffs"; next; }
|
||||||
if (/^-disable-jit$/) { $PROGTESTOPTS .= " DISABLE_JIT=1";
|
if (/^-disable-jit$/) { $PROGTESTOPTS .= " DISABLE_JIT=1";
|
||||||
|
|||||||
@@ -215,9 +215,6 @@ 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>
|
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
|
<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>
|
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>
|
</ol><p>
|
||||||
|
|
||||||
A complete log of testing
|
A complete log of testing
|
||||||
|
|||||||
Reference in New Issue
Block a user