[llvm] [llubi] Add support for load/store/lifetime markers (PR #182532)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 22 07:52:48 PST 2026


================
@@ -189,6 +205,18 @@ class Context {
   /// Derive a pointer from a memory object with offset 0.
   /// Please use Pointer's interface for further manipulations.
   Pointer deriveFromMemoryObject(IntrusiveRefCntPtr<MemoryObject> Obj);
+  /// Convert byte sequence to an value of the given type. Uninitialized bits
----------------
nikic wrote:

```suggestion
  /// Convert byte sequence to a value of the given type. Uninitialized bits
```

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


More information about the llvm-commits mailing list