[llvm] [SandboxIR] Add setOperand() and RAUW,RUWIf,RUOW (PR #98410)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 11 11:13:49 PDT 2024


================
@@ -303,6 +309,13 @@ class Value {
 #endif
 };
 
+/// Helper Attorney-Client class that gives access to the underlying IR.
----------------
aeubanks wrote:

can we add `friend class User;` in `Value` instead?

https://github.com/llvm/llvm-project/pull/98410


More information about the llvm-commits mailing list