[all-commits] [llvm/llvm-project] 02a71b: [PowerPC] Include vector bool and pixel when emitt...

maryammoghadas via All-commits all-commits at lists.llvm.org
Tue Feb 21 14:26:32 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 02a71b05fc67326d8ea336aa8ef934de0575be39
      https://github.com/llvm/llvm-project/commit/02a71b05fc67326d8ea336aa8ef934de0575be39
  Author: Maryam Moghadas <maryammo at ca.ibm.com>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

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

  Log Message:
  -----------
  [PowerPC] Include vector bool and pixel when emitting lax warning

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.

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




More information about the All-commits mailing list