[all-commits] [llvm/llvm-project] a73e79: Value: Remove redundant removeFromList in dropDrop...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Sun Apr 6 22:08:47 PDT 2025
Branch: refs/heads/users/arsenm/ir/fix-double-remove-of-uselist
Home: https://github.com/llvm/llvm-project
Commit: a73e79047408ab536645557a278dba2dc27c78df
https://github.com/llvm/llvm-project/commit/a73e79047408ab536645557a278dba2dc27c78df
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2025-04-07 (Mon, 07 Apr 2025)
Changed paths:
M llvm/lib/IR/Value.cpp
Log Message:
-----------
Value: Remove redundant removeFromList in dropDroppableUse
The Use::set calls below will already try to unlink the use.
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