[llvm] [SandboxIR] IR Tracker (PR #99238)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 16 20:42:29 PDT 2024
================
@@ -51,3 +51,14 @@ For example, for `sandboxir::User::setOperand(OpIdx, sandboxir::Value *Op)`:
- We get the corresponding LLVM User: `llvm::User *LLVMU = cast<llvm::User>(Val)`
- Next we get the corresponding LLVM Operand: `llvm::Value *LLVMOp = Op->Val`
- Finally we modify `LLVMU`'s operand: `LLVMU->setOperand(OpIdx, LLVMOp)
+
+## IR Change Tracking
----------------
aeubanks wrote:
mention that we don't support nested save/restore
https://github.com/llvm/llvm-project/pull/99238
More information about the llvm-commits
mailing list