[PATCH] D143210: PowerPC] Include vector bool and pixel when emitting lax warning

Maryam Moghadas via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 2 12:42:18 PST 2023


maryammo created this revision.
Herald added subscribers: shchenz, nemanjai.
Herald added a project: All.
maryammo requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

This patch is to fix some missing lax-vector-conversion warnings including
cases that involve vector bool and vector pixel, also to fix the vector
compatibility check for the warnings.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143210

Files:
  clang/include/clang/Sema/Sema.h
  clang/lib/Sema/SemaExpr.cpp
  clang/lib/Sema/SemaOverload.cpp
  clang/test/CodeGen/SystemZ/zvector.c
  clang/test/CodeGen/SystemZ/zvector2.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143210.494413.patch
Type: text/x-patch
Size: 6255 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230202/f133f5ad/attachment.bin>


More information about the cfe-commits mailing list