[llvm] [SandboxIR] OpaqueValue (PR #127699)

via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 11:53:50 PST 2025


================
@@ -169,6 +170,15 @@ Value *Context::getOrCreateValueInternal(llvm::Value *LLVMV, llvm::User *U) {
       return SBBB;
     return nullptr;
   }
+  // TODO: Move these checks after more common Values, like after Instruction.
----------------
vporpo wrote:

Just to make the diff more easy to read, doing one thing at a time .I will follow up with an NFC.

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


More information about the llvm-commits mailing list