================ @@ -553,6 +557,50 @@ class Instruction : public sandboxir::User { #endif }; +class LoadInst : public Instruction { ---------------- tschuett wrote: Is `LoadInst` final? https://github.com/llvm/llvm-project/pull/99597