This website works better with JavaScript.
Explore
Help
Sign In
pabgh52us
/
nudt-compiler-cpp
forked from
NUDT-compiler/nudt-compiler-cpp
Watch
1
Star
0
Fork
You've already forked nudt-compiler-cpp
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8903bf73f9
master
bnk
hyz
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '8903bf73f9'
${ noResults }
nudt-compiler-cpp
/
src
/
ir
/
passes
/
CFGSimplify.cpp
5 lines
133 B
Raw
Blame
History
// CFG 简化:
// - 删除不可达块、合并空块、简化分支等
// - 改善 IR 结构,便于后续优化与后端生成
Reference in new issue
View Git Blame
Copy Permalink