llvm-project
26bc8b0f - llvm-reduce: Reduce with early return of arguments (#133627)

Commit
186 days ago
llvm-reduce: Reduce with early return of arguments (#133627) Extend the instruction -> return reduction with one that inserts return of function arguments. Not sure how useful this really is. This has more freedom since we could insert the return anywhere in the function, but this just inserts the return in the entry block.
Author
Parents
Loading