================ @@ -26,8 +26,8 @@ struct MemorySlot { /// Memory slot attached with information about its destructuring procedure. struct DestructurableMemorySlot : public MemorySlot { - /// Maps an index within the memory slot to the type of the pointer that - /// will be generated to access the element directly. + /// Maps an index within the memory slot to the element type of the pointer + /// that will be generated to access the element directly. ---------------- gysit wrote:
```suggestion /// Maps an index within the memory slot to the corresponding subelement type. ``` Would something like this work as well? https://github.com/llvm/llvm-project/pull/85813 _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits