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

via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 10 23:04:42 PDT 2024


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

It will only give access to the LLVM Value to its friends, so I don't see how it is a loop hole.

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


More information about the llvm-commits mailing list