[all-commits] [llvm/llvm-project] 014118: llvm-reduce: Support exotic terminators in instruc...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri May 2 11:19:30 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/support-exotic-terminators-reduce-values-to-return
Home: https://github.com/llvm/llvm-project
Commit: 0141187b692206e3a19fd6aea6f7e2bd03c3cb4f
https://github.com/llvm/llvm-project/commit/0141187b692206e3a19fd6aea6f7e2bd03c3cb4f
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-callbr.ll
A llvm/test/tools/llvm-reduce/reduce-values-to-return-invoke.ll
M llvm/test/tools/llvm-reduce/remove-bb-switch-default.ll
M llvm/tools/llvm-reduce/deltas/ReduceValuesToReturn.cpp
M llvm/tools/llvm-reduce/deltas/Utils.cpp
Log Message:
-----------
llvm-reduce: Support exotic terminators in instructions-to-return
Use splitBasicBlock and avoid directly dealing with the specific of
how to trim the existing terminators. We just need to deal with
unconditional branch to return.
Commit: c8967661b082c665cca3f3b60dac0045eccb461c
https://github.com/llvm/llvm-project/commit/c8967661b082c665cca3f3b60dac0045eccb461c
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-05-02 (Fri, 02 May 2025)
Changed paths:
M llvm/tools/llvm-reduce/deltas/ReduceValuesToReturn.cpp
Log Message:
-----------
Update llvm/tools/llvm-reduce/deltas/ReduceValuesToReturn.cpp
Co-authored-by: Nikita Popov <npopov at redhat.com>
Compare: https://github.com/llvm/llvm-project/compare/cd2b08edfd69...c8967661b082
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