[all-commits] [llvm/llvm-project] 83ba71: llvm-reduce: Fix overly conservative operands-to-a...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Mon Mar 31 21:26:22 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/remove-operands-to-args-function-user-restriction
Home: https://github.com/llvm/llvm-project
Commit: 83ba71fe5eff72cd5f08b41a848c44b93dea3de9
https://github.com/llvm/llvm-project/commit/83ba71fe5eff72cd5f08b41a848c44b93dea3de9
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-01 (Tue, 01 Apr 2025)
Changed paths:
M llvm/test/tools/llvm-reduce/operands-to-args.ll
M llvm/tools/llvm-reduce/deltas/ReduceOperandsToArgs.cpp
Log Message:
-----------
llvm-reduce: Fix overly conservative operands-to-args user restriction
I assume this was a leftover from typed pointers. It's easier to replace
the non-callee uses, they are just replacable pointer values.
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