[all-commits] [llvm/llvm-project] 84831b: [SystemZ] Make 128 bit integers be aligned to 8 by...

Jonas Paulsson via All-commits all-commits at lists.llvm.org
Wed Aug 3 06:41:17 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 84831bdfedbad8221a529a640d0f4bd9d0e3ba7b
      https://github.com/llvm/llvm-project/commit/84831bdfedbad8221a529a640d0f4bd9d0e3ba7b
  Author: Jonas Paulsson <paulsson at linux.vnet.ibm.com>
  Date:   2022-08-03 (Wed, 03 Aug 2022)

  Changed paths:
    M clang/include/clang/Basic/TargetInfo.h
    M clang/lib/AST/ASTContext.cpp
    M clang/lib/Basic/TargetInfo.cpp
    M clang/lib/Basic/Targets/SystemZ.h
    M clang/test/CodeGen/SystemZ/align-systemz.c
    M clang/test/CodeGen/SystemZ/systemz-abi.c
    M clang/test/CodeGen/SystemZ/zos-alignment.c
    A llvm/test/CodeGen/SystemZ/unaligned-02.ll

  Log Message:
  -----------
  [SystemZ] Make 128 bit integers be aligned to 8 bytes.

The SystemZ ABI says that 128 bit integers should be aligned to only 8 bytes.

Reviewed By: Ulrich Weigand, Nikita Popov

Differential Revision: https://reviews.llvm.org/D130900




More information about the All-commits mailing list