[all-commits] [llvm/llvm-project] 677b0b: llvm-reduce: Reduce with early return of arguments
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri May 2 07:14:53 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/add-reduce-values-to-return-argument-case
Home: https://github.com/llvm/llvm-project
Commit: 677b0b24f53ce62518b1caa1e3eb136532a55dc5
https://github.com/llvm/llvm-project/commit/677b0b24f53ce62518b1caa1e3eb136532a55dc5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
A llvm/test/tools/llvm-reduce/reduce-values-to-return-args.ll
M llvm/tools/llvm-reduce/DeltaPasses.def
M llvm/tools/llvm-reduce/deltas/ReduceValuesToReturn.cpp
M llvm/tools/llvm-reduce/deltas/ReduceValuesToReturn.h
Log Message:
-----------
llvm-reduce: Reduce with early return of arguments
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.
Commit: bc204816579deed558077ce81e068c0b399ac2b6
https://github.com/llvm/llvm-project/commit/bc204816579deed558077ce81e068c0b399ac2b6
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M llvm/test/tools/llvm-reduce/reduce-values-to-return-args.ll
Log Message:
-----------
test work
Compare: https://github.com/llvm/llvm-project/compare/c48d5d5ffbc5...bc204816579d
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list