[all-commits] [llvm/llvm-project] e3463e: llvm-reduce: Fix overly conservative operands-to-a...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Wed Apr 2 03:04:58 PDT 2025
Branch: refs/heads/users/arsenm/llvm-reduce/remove-operands-to-args-function-user-restriction
Home: https://github.com/llvm/llvm-project
Commit: e3463ee784e7a4d09db33697031a45737be47301
https://github.com/llvm/llvm-project/commit/e3463ee784e7a4d09db33697031a45737be47301
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-02 (Wed, 02 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