Commit 40437b6e authored by lxq's avatar lxq

comment the traces left by TA

parent 6eb3580d
build
Documentations/1-parser/*.pdf
compile_commands.json
build
.cache
.vscode
.clangd
todo.txt
tmp.cminus
/build/
.clangd
compile_commands.json
/.vscode/
/.cache/
test.c
test
*.s
*.json
[{
"function": "main",
"pout": {"label_entry": [["%op0", ], ["%op1", ], ["%op2", "%op3", ], ],}},]
\ No newline at end of file
#include "ActiveVars.hpp"
#include "ConstPropagation.hpp"
// #include "ActiveVars.hpp"
// #include "ConstPropagation.hpp"
#include "DeadCode.h"
#include "Dominators.h"
#include "GVN.h"
#include "LoopInvHoist.hpp"
#include "LoopSearch.hpp"
// #include "LoopInvHoist.hpp"
// #include "LoopSearch.hpp"
#include "Mem2Reg.hpp"
#include "PassManager.hpp"
#include "cminusf_builder.hpp"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment