[all-commits] [llvm/llvm-project] f888e4: [PowerPC][AIX] attribute aligned cannot decrease a...

Sean Fertile via All-commits all-commits at lists.llvm.org
Thu Aug 5 08:16:58 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f888e442bcc547301b58e77667eb261c0391b897
      https://github.com/llvm/llvm-project/commit/f888e442bcc547301b58e77667eb261c0391b897
  Author: Sean Fertile <sd.fertile at gmail.com>
  Date:   2021-08-05 (Thu, 05 Aug 2021)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSemaKinds.td
    M clang/lib/Sema/SemaDeclAttr.cpp
    A clang/test/CodeGen/aix-vector-attr-aligned.c
    A clang/test/Sema/aix-attr-aligned-vector-warn.c

  Log Message:
  -----------
  [PowerPC][AIX] attribute aligned cannot decrease align of a vector var.

On AIX an aligned attribute cannot decrease the alignment of a variable
when placed on a variable declaration of vector type.

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




More information about the All-commits mailing list