[all-commits] [llvm/llvm-project] 0931a2: [SandboxIR] SetUse callback (#126985)
vporpo via All-commits
all-commits at lists.llvm.org
Fri Feb 14 11:26:43 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0931a2a5a26f4926fc74087017a8a6ba3ab874df
https://github.com/llvm/llvm-project/commit/0931a2a5a26f4926fc74087017a8a6ba3ab874df
Author: vporpo <vporpodas at google.com>
Date: 2025-02-14 (Fri, 14 Feb 2025)
Changed paths:
M llvm/include/llvm/SandboxIR/Context.h
M llvm/lib/SandboxIR/Context.cpp
M llvm/lib/SandboxIR/User.cpp
M llvm/lib/SandboxIR/Value.cpp
M llvm/unittests/SandboxIR/SandboxIRTest.cpp
Log Message:
-----------
[SandboxIR] SetUse callback (#126985)
This patch implements a callback mechanism similar to the existing ones,
but for getting notified whenever a Use edge gets updated. This is going
to be used in a follow up patch by the Dependency Graph.
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