llvm-project
bf4635f4 - [llvm-reduce] Add a pass to replace unconditinal branches with returns

Commit
3 days ago
[llvm-reduce] Add a pass to replace unconditinal branches with returns Unconditional branches could end up in infinite loops in the reduced code, while the code could have been reduce furter. This patch implements a simple pass that replaces unconditional branches with returns.
Author
Committer
Parents
Loading