[llvm] [SandboxIR][Doc] Add a Doc file for Sandbox IR (PR #98691)

Jorge Gorbe Moya via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 12 17:17:16 PDT 2024


================
@@ -0,0 +1,52 @@
+# Sandbox IR: A transactional layer over LLVM IR
+
+Sandbox IR is an IR layer on top of LLVM IR that allow you to save/restore its state.
----------------
slackito wrote:

```suggestion
Sandbox IR is an IR layer on top of LLVM IR that allows you to save/restore its state.
```

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


More information about the llvm-commits mailing list