Skip to content
Snippets Groups Projects
Commit a2cd9b1a authored by Prakalp Srivastava's avatar Prakalp Srivastava
Browse files

(1) Added ClearDFG pass that deletes all Internal nodes. Later modify it to

delete only nodes for which code has been generated.
(2) Modified DFG2LLVM_X86 to not delete Launch Intrinsic (now that is part of
clearDFG) and fixed freed the memory allocated by CodeGenTraversal
M    llvm/lib/Transforms/DFG2LLVM_X86/DFG2LLVM_X86.cpp
A    llvm/lib/Transforms/ClearDFG
A    llvm/lib/Transforms/ClearDFG/ClearDFG.cpp
A    llvm/lib/Transforms/ClearDFG/ClearDFG.exports
A    llvm/lib/Transforms/ClearDFG/CMakeLists.txt
A    llvm/lib/Transforms/ClearDFG/Makefile
parent 157d3bdb
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment