[PATCH] D94964: [LangRef] Describe memory layout for vectors types
Danila Malyutin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 07:26:46 PDT 2023
danilaml added inline comments.
Herald added a project: All.
================
Comment at: llvm/docs/LangRef.rst:3253
+ ; [%ptr + 0]: 01010011 (0x53)
+ ; [%ptr + 1]: 00100001 (0x21)
+
----------------
Why is the least significant byte is placed at the largest memory address here, if it's little endian, just like for big endian?
Shouldn't it be reversed?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94964/new/
https://reviews.llvm.org/D94964
More information about the llvm-commits
mailing list