[llvm] [SandboxIR] Implement LoadInst (PR #99597)

Thorsten Schütt via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 22:12:41 PDT 2024


================
@@ -553,6 +557,50 @@ class Instruction : public sandboxir::User {
 #endif
 };
 
+class LoadInst : public Instruction {
----------------
tschuett wrote:

You can mark `LoadInst` as final for documentation and optimization.

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


More information about the llvm-commits mailing list