[llvm] [SandboxIR] Add setOperand() and RAUW,RUWIf,RUOW (PR #98410)
Thorsten Schütt via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 10 22:21:41 PDT 2024
================
@@ -303,6 +309,13 @@ class Value {
#endif
};
+/// Helper Attorney-Client class that gives access to the underlying IR.
----------------
tschuett wrote:
Could the `ValueAttorney` be in the cpp file? It is kind of a public loop hole.
https://github.com/llvm/llvm-project/pull/98410
More information about the llvm-commits
mailing list