Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
2
2024ustc-jianmu-compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
compiler_staff
2024ustc-jianmu-compiler
Commits
5c416b5a
Commit
5c416b5a
authored
Dec 02, 2024
by
刘睿博
🎯
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix test_perf bug
parent
864f2a42
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
tests/4-opt/test_perf.sh
tests/4-opt/test_perf.sh
+5
-5
No files found.
tests/4-opt/test_perf.sh
View file @
5c416b5a
...
...
@@ -4,7 +4,7 @@ project_dir=$(realpath ../../)
io_dir
=
$(
realpath
"
$project_dir
"
/src/io
)
output_dir
=
output
suffix
=
cminus
flag
=
""
flag
=
""
LOG
=
log.txt
check_return_value
()
{
...
...
@@ -30,12 +30,12 @@ JIANMU
[
$#
-lt
1
]
&&
usage
if
[
"
$1
"
==
"licm"
]
;
then
licm
=
true
nfalg
=
"-mem2reg"
flag
=
"-mem2reg -licm"
nfalg
=
"-mem2reg"
flag
=
"-mem2reg -licm"
elif
[
"
$1
"
==
"mem2reg"
]
;
then
licm
=
false
nflag
=
""
flag
=
"-mem2reg"
nflag
=
""
flag
=
"-mem2reg"
else
usage
fi
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment