Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
2
2025ustc-jianmu-compiler
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
74
Issues
74
List
Boards
Labels
Service Desk
Milestones
Merge Requests
52
Merge Requests
52
CI / CD
CI / CD
Pipelines
Jobs
Schedules
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
2025ustc-jianmu-compiler
Commits
bd034a30
Commit
bd034a30
authored
Dec 03, 2025
by
Yang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove a todo
parent
022e0742
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
include/passes/Mem2Reg.hpp
include/passes/Mem2Reg.hpp
+0
-2
No files found.
include/passes/Mem2Reg.hpp
View file @
bd034a30
...
@@ -12,8 +12,6 @@ class Mem2Reg : public TransformPass {
...
@@ -12,8 +12,6 @@ class Mem2Reg : public TransformPass {
Function
*
func_
;
Function
*
func_
;
// 当前函数对应的支配树
// 当前函数对应的支配树
Dominators
*
dominators_
;
Dominators
*
dominators_
;
// TODO 添加需要的变量
// 所有需要处理的变量
// 所有需要处理的变量
std
::
list
<
AllocaInst
*>
allocas_
;
std
::
list
<
AllocaInst
*>
allocas_
;
// 变量定值栈
// 变量定值栈
...
...
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