[PATCH] D107522: [PowerPC][AIX] attribute aligned cannot decrease align of a vector var.

Sean Fertile via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Aug 5 06:16:09 PDT 2021


sfertile updated this revision to Diff 364436.
sfertile added a comment.

- Fixed spelling mistake
- Check that VD is non-nulll earlier.
- added warning that the requested alignment is too small.
- renamed test


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107522/new/

https://reviews.llvm.org/D107522

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107522.364436.patch
Type: text/x-patch
Size: 4435 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210805/31d56aa1/attachment.bin>


More information about the cfe-commits mailing list