[PATCH] D130900: [SystemZ] Make 128 bit integers be aligned to 8 bytes.
Jonas Paulsson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 1 07:01:24 PDT 2022
jonpa created this revision.
jonpa added a reviewer: uweigand.
Herald added a subscriber: hiraditya.
Herald added a project: All.
jonpa requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The SystemZ ABI says that 128 bit integers should be aligned to only 8 bytes.
https://reviews.llvm.org/D130900
Files:
clang/include/clang/Basic/TargetInfo.h
clang/lib/AST/ASTContext.cpp
clang/lib/Basic/TargetInfo.cpp
clang/lib/Basic/Targets/SystemZ.h
clang/test/CodeGen/SystemZ/align-systemz.c
clang/test/CodeGen/SystemZ/systemz-abi.c
clang/test/CodeGen/SystemZ/zos-alignment.c
clang/test/CodeGen/target-data.c
llvm/lib/Target/SystemZ/SystemZTargetMachine.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130900.449012.patch
Type: text/x-patch
Size: 7139 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220801/cd3348f9/attachment.bin>
More information about the llvm-commits
mailing list