[all-commits] [llvm/llvm-project] 573701: [LangRef] Describe memory layout for vectors types
Björn Pettersson via All-commits
all-commits at lists.llvm.org
Fri Mar 19 11:01:27 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5737010a7948441c78c2a367afa7c86efc8ae268
https://github.com/llvm/llvm-project/commit/5737010a7948441c78c2a367afa7c86efc8ae268
Author: Bjorn Pettersson <bjorn.a.pettersson at ericsson.com>
Date: 2021-03-19 (Fri, 19 Mar 2021)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
[LangRef] Describe memory layout for vectors types
There are a couple of caveats when it comes to how vectors are
stored to memory, and thereby also how bitcast between vector
and integer types work, in LLVM IR. Specially in relation to
endianess. This patch is an attempt to document such things.
Reviewed By: nlopes
Differential Revision: https://reviews.llvm.org/D94964
More information about the All-commits
mailing list