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

Jorge Gorbe Moya via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 19 11:41:17 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.
----------------
slackito wrote:

Why the TODO rather than adding the code at the right place?

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


More information about the llvm-commits mailing list